diff --git a/environment/docker/power.go b/environment/docker/power.go index b17416c..c56adea 100644 --- a/environment/docker/power.go +++ b/environment/docker/power.go @@ -337,7 +337,7 @@ func (e *Environment) Terminate(ctx context.Context, signal string) error { } e.log().WithFields(log.Fields{ "id": e.Id, - }).Debug("Sent SIGKILL to container because it did not stop by itself in time") + }).Debug("Sent SIGKILL to container: graceful shutdown timed out") // Update state to offline after SIGKILL. e.SetState(environment.ProcessOfflineState)