diff --git a/components/ws-manager/pkg/manager/monitor.go b/components/ws-manager/pkg/manager/monitor.go index 45714cdecf009e..ba59f789def7a6 100644 --- a/components/ws-manager/pkg/manager/monitor.go +++ b/components/ws-manager/pkg/manager/monitor.go @@ -194,7 +194,7 @@ func (m *Monitor) onVolumesnapshotEvent(evt watch.Event) error { } vsc := *vs.Status.BoundVolumeSnapshotContentName - log.Infof("the vsc %s is ready to use", vsc) + log.Debugf("the vsc %s is ready to use", vsc) if !pod.CreationTimestamp.IsZero() { m.eventRecorder.Eventf(&pod, corev1.EventTypeNormal, "VolumeSnapshot", "Volume snapshot %q is ready to use", vs.Name) }