Skip to content

Commit b9d9cc7

Browse files
sagor999roboquat
authored andcommitted
[ws-manager] make sure wsman does not spam in log on restart
1 parent 8e2d030 commit b9d9cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ws-manager/pkg/manager/monitor.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func (m *Monitor) onVolumesnapshotEvent(evt watch.Event) error {
194194
}
195195

196196
vsc := *vs.Status.BoundVolumeSnapshotContentName
197-
log.Infof("the vsc %s is ready to use", vsc)
197+
log.Debugf("the vsc %s is ready to use", vsc)
198198
if !pod.CreationTimestamp.IsZero() {
199199
m.eventRecorder.Eventf(&pod, corev1.EventTypeNormal, "VolumeSnapshot", "Volume snapshot %q is ready to use", vs.Name)
200200
}

0 commit comments

Comments
 (0)