Skip to content

Commit 8739e39

Browse files
authored
Merge pull request #1708 from DavidXU12345/watchdog-log-level
Change stop watchdog log to verbose info
2 parents 49fc5c2 + 0b76202 commit 8739e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/driver/efs_watch_dog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func (w *execWatchdog) runLoop(stopCh <-chan struct{}) {
325325
for {
326326
select {
327327
case <-stopCh:
328-
klog.Info("stopping...")
328+
klog.V(4).Infof("stopping...")
329329
break
330330
default:
331331
err := w.exec()

0 commit comments

Comments
 (0)