docker/driver: downgraded log level for error in DestroyTask

This commit is contained in:
Chris Baker
2019-06-03 21:15:54 +00:00
parent 262c863a8b
commit 7b6d233617

View File

@@ -1109,7 +1109,7 @@ func (d *Driver) DestroyTask(taskID string, force bool) error {
if err != nil {
switch err.(type) {
case *docker.NoSuchContainer:
h.logger.Error("failed to inspect container state, will proceed with DestroyTask",
h.logger.Info("container was removed out of band, will proceed with DestroyTask",
"error", err)
default:
return fmt.Errorf("failed to inspect container state: %v", err)