From 61ca21c4d79d417421bc60cadfbde27cc54f3eb1 Mon Sep 17 00:00:00 2001 From: Matt Liggett Date: Thu, 7 Apr 2016 13:05:11 -0700 Subject: [PATCH] Also collect docker supervisor logs. This helps with understanding what the docker-checker.sh really did during the test run. --- cluster/log-dump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/log-dump.sh b/cluster/log-dump.sh index ea59d2f455d..231b04aeb83 100755 --- a/cluster/log-dump.sh +++ b/cluster/log-dump.sh @@ -83,7 +83,7 @@ readonly aws_logfiles="cloud-init-output" readonly gce_logfiles="startupscript" readonly common_logfiles="kern" readonly initd_logfiles="docker" -readonly supervisord_logfiles="kubelet supervisor/supervisord supervisor/kubelet-stdout supervisor/kubelet-stderr" +readonly supervisord_logfiles="kubelet supervisor/supervisord supervisor/kubelet-stdout supervisor/kubelet-stderr supervisor/docker-stdout supervisor/docker-stderr" # Limit the number of concurrent node connections so that we don't run out of # file descriptors for large clusters.