From 58515ca36e45cd036dc7d57ddeb4a7634f1b9460 Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Tue, 29 Sep 2015 11:02:05 +0100 Subject: [PATCH] make weave(proxy) startup death message more generic ...in order to account for `docker logs` not working due to custom logging drivers. Partially undoes #958. Partially fixes #1453. --- weave | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weave b/weave index f7ecbe811e..1d3f2c58a2 100755 --- a/weave +++ b/weave @@ -674,7 +674,7 @@ call_weave() { } death_msg() { - echo "The $1 container has died. Consult the logs with 'docker logs $1' for further details." + echo "The $1 container has died. Consult the container logs for further details." } # Wait until container $1 is alive enough to respond to "GET /status"