Skip to content

Commit

Permalink
Merge pull request #16966 from rifelpet/r53log
Browse files Browse the repository at this point in the history
Remove more unnecessary IMDS request logging
  • Loading branch information
k8s-ci-robot authored Nov 30, 2024
2 parents c16e848 + 323dbae commit f756f15
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func newRoute53() (*Interface, error) {
ctx := context.TODO()

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

0 comments on commit f756f15

Please # to comment.