mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
docker/driver: downgraded log level for error in DestroyTask
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user