Increase verbosity level of log message about object ACLs

This commit is contained in:
Tessia Piboubès 2023-06-08 19:49:15 +02:00
parent e71f1f0cb0
commit 896b4ce56e
1 changed files with 1 additions and 1 deletions

View File

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