From 896b4ce56e04fb02571036afca4fa60f82c33c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tessia=20Piboub=C3=A8s?= Date: Thu, 8 Jun 2023 19:49:15 +0200 Subject: [PATCH] Increase verbosity level of log message about object ACLs --- pkg/acls/gce/storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/acls/gce/storage.go b/pkg/acls/gce/storage.go index 90c598676e..8aafdab9e1 100644 --- a/pkg/acls/gce/storage.go +++ b/pkg/acls/gce/storage.go @@ -62,7 +62,7 @@ func (s *gcsAclStrategy) GetACL(ctx context.Context, p vfs.Path, cluster *kops.C } if bucketPolicyOnly { - klog.Infof("bucket gs://%s has bucket-policy only; won't try to set ACLs", bucketName) + klog.V(8).Infof("bucket gs://%s has bucket-policy only; won't try to set ACLs", bucketName) return nil, nil }