Skip to content

Commit 7731500

Browse files
authored
Change No autogrow policy log level to trace
1 parent dd19fe0 commit 7731500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/autogrow/autogrow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ func ResolveEffectiveAutogrowPolicy(ctx context.Context, volumeName, pvcAnnotati
102102
}
103103

104104
// 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.")
105+
Logc(ctx).WithField("volumeName", volumeName).Trace("No Autogrow policy configured for the volume.")
106106
return ""
107107
}

0 commit comments

Comments
 (0)