diff --git a/pkg/driver/efs_watch_dog.go b/pkg/driver/efs_watch_dog.go index a589b7d37..2c794a2de 100644 --- a/pkg/driver/efs_watch_dog.go +++ b/pkg/driver/efs_watch_dog.go @@ -322,7 +322,7 @@ func (w *execWatchdog) runLoop(stopCh <-chan struct{}) { for { select { case <-stopCh: - klog.Info("stopping...") + klog.V(4).Infof("stopping...") break default: err := w.exec()