summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-02-14 09:32:49 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2020-02-17 21:41:00 +0000
commit440266836776acb8078ac255a51890a04f748252 (patch)
tree3bb5590196b82cfbaf2f58025caab692c555df6a /tox.ini
parent8b69274560946452b7bda69677cec037815da7bc (diff)
downloadzuul-440266836776acb8078ac255a51890a04f748252.tar.gz
Don't set OS_LOG_DEFAULTS if unset
We currently set the OS_LOG_DEFAULTS in tox to an empty string if it's unset. This essentially overwrites the default levels defined in our base test class to debug level for everything. This makes the tox logs hard to read because especially kazoo and gear are very chatty in the debug level. Further the excessive logging often exceeds the lengh limitation of stestr when the test fails. To mitigate this remove OS_LOG_DEFAULTS from setenv and leave it in passenv so we take the zuul test case default when it's not defined from outside. Change-Id: I8f634f1ca5cc028018f181a07e204b55788759fa
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d0396553e..1421d69e4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,6 @@ setenv =
OS_STDOUT_CAPTURE={env:OS_STDOUT_CAPTURE:1}
OS_STDERR_CAPTURE={env:OS_STDERR_CAPTURE:1}
OS_LOG_CAPTURE={env:OS_LOG_CAPTURE:1}
- OS_LOG_DEFAULTS={env:OS_LOG_DEFAULTS:""}
passenv =
ZUUL_TEST_ROOT
OS_STDOUT_CAPTURE