mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-21 13:18:00 +00:00
Quieter debug logging for clean exec commands
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
+3
-1
@@ -268,7 +268,9 @@ func (d *Daemon) execCommandGC() {
|
||||
}
|
||||
}
|
||||
}
|
||||
logrus.Debugf("clean %d unused exec commands", cleaned)
|
||||
if cleaned > 0 {
|
||||
logrus.Debugf("clean %d unused exec commands", cleaned)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user