Skip to content

Commit

Permalink
Merge pull request #16858 from rifelpet/automated-cherry-pick-of-#168…
Browse files Browse the repository at this point in the history
…57-origin-release-1.30

Automated cherry pick of #16857: Suppress request logging for IMDS within Route53 client
  • Loading branch information
k8s-ci-robot authored Sep 27, 2024
2 parents fbdeff1 + 8fcaf8b commit 65afc30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func newRoute53() (*Interface, error) {

imdsCfg, err := awsconfig.LoadDefaultConfig(ctx,
awsconfig.WithClientLogMode(aws.LogRetries),
awslog.WithAWSLogger(),
awsconfig.WithRetryer(func() aws.Retryer {
return retry.AddWithMaxAttempts(retry.NewStandard(), 5)
}),
Expand Down

0 comments on commit 65afc30

Please sign in to comment.