mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Quieter debug logging for clean exec commands
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
0f466c36b9
commit
b271593c34
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue