diff --git a/drivers/docker/driver.go b/drivers/docker/driver.go index 7eb82a08d0a4..ab614d361ed6 100644 --- a/drivers/docker/driver.go +++ b/drivers/docker/driver.go @@ -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("failed to inspect container state, will proceed with DestroyTask", "error", err) default: return fmt.Errorf("failed to inspect container state: %v", err)