Skip to content

Commit

Permalink
Suppress request logging for IMDS client
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Sep 26, 2024
1 parent 2f877fc commit 46f3d0e
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 46f3d0e

Please sign in to comment.