mirror of https://github.com/docker/docs.git
Quieter debug logging for clean exec commands
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
0f466c36b9
commit
b271593c34
|
@ -268,8 +268,10 @@ func (d *Daemon) execCommandGC() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if cleaned > 0 {
|
||||||
logrus.Debugf("clean %d unused exec commands", cleaned)
|
logrus.Debugf("clean %d unused exec commands", cleaned)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// containerExecIds returns a list of all the current exec ids that are in use
|
// containerExecIds returns a list of all the current exec ids that are in use
|
||||||
|
|
Loading…
Reference in New Issue