We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd19fe0 commit 7731500Copy full SHA for 7731500
1 file changed
utils/autogrow/autogrow.go
@@ -102,6 +102,6 @@ func ResolveEffectiveAutogrowPolicy(ctx context.Context, volumeName, pvcAnnotati
102
}
103
104
// Priority 3: No Autogrow policy specified in SC or PVC annotation
105
- Logc(ctx).WithField("volumeName", volumeName).Info("No Autogrow policy configured for the volume.")
+ Logc(ctx).WithField("volumeName", volumeName).Trace("No Autogrow policy configured for the volume.")
106
return ""
107
0 commit comments