Suppress request logging for IMDS client

This commit is contained in:
Peter Rifel 2024-09-26 17:13:21 -04:00
parent 2f877fcf57
commit 46f3d0ee02
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}),