diff --git a/dnsprovider/pkg/dnsprovider/providers/aws/route53/route53.go b/dnsprovider/pkg/dnsprovider/providers/aws/route53/route53.go index 3defdef31bb80..9b0d26bcf110a 100644 --- a/dnsprovider/pkg/dnsprovider/providers/aws/route53/route53.go +++ b/dnsprovider/pkg/dnsprovider/providers/aws/route53/route53.go @@ -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) }),