Enable --log-level=info for docker daemons for jenkins jobs and e2e tests except soak-continuous.

This commit is contained in:
Dawn Chen
2016-03-04 11:47:50 -08:00
parent 4d599ea309
commit fd10ca2f45
5 changed files with 18 additions and 1 deletions

View File

@@ -537,6 +537,11 @@ EOF
if [ -n "${KUBELET_TEST_LOG_LEVEL:-}" ]; then
cat >>$file <<EOF
KUBELET_TEST_LOG_LEVEL: $(yaml-quote ${KUBELET_TEST_LOG_LEVEL})
EOF
fi
if [ -n "${DOCKER_TEST_LOG_LEVEL:-}" ]; then
cat >>$file <<EOF
DOCKER_TEST_LOG_LEVEL: $(yaml-quote ${DOCKER_TEST_LOG_LEVEL})
EOF
fi
if [ -n "${ENABLE_CUSTOM_METRICS:-}" ]; then