summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2016-12-21 16:16:25 -0800
committerJames E. Blair <jeblair@redhat.com>2016-12-21 16:22:16 -0800
commit10fc1eb487f062efb8cc5d9d0ef360a5c0ba2d1e (patch)
treee00847328a4604597df86e0ba8494768e9722d7b /tox.ini
parente75768068bb792a57b6bf914e27723a115b8c06d (diff)
downloadzuul-10fc1eb487f062efb8cc5d9d0ef360a5c0ba2d1e.tar.gz
Improve test output
* When a test timeout occurs, output the state debug information at error level so that it shows up in all logs. * Add some more info to that output. * Further restrict the (often not useful) chatty gear logs by default. Change-Id: Ib275441172c5b1598593d0931cef0168d02e521d
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1f6b39eff..9c2daee4a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ setenv = STATSD_HOST=127.0.0.1
STATSD_PORT=8125
VIRTUAL_ENV={envdir}
OS_TEST_TIMEOUT=30
- OS_LOG_DEFAULTS={env:OS_LOG_DEFAULTS:gear.Server=INFO,gear.Client=INFO}
+ OS_LOG_DEFAULTS={env:OS_LOG_DEFAULTS:gear=WARNING}
passenv = ZUUL_TEST_ROOT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_LOG_CAPTURE
usedevelop = True
install_command = pip install {opts} {packages}