diff options
author | Dana Powers <dana.powers@gmail.com> | 2016-03-13 09:25:25 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2016-03-13 09:35:48 -0700 |
commit | f83d29444118c66723fea70f5cfd7268effb1883 (patch) | |
tree | 6a6f441527a668f7370a082677aedcdf7abe6a30 /tox.ini | |
parent | e42383dd84520b1087c0a64ae1017fe4b69eeef7 (diff) | |
download | kafka-python-f83d29444118c66723fea70f5cfd7268effb1883.tar.gz |
Move logging format config to tox.ini to avoid duplicate log capture in pytest output
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ envlist = py{26,27,33,34,35,py}, docs testpaths = kafka test doctest_optionflags = modules addopts = --durations=10 +log_format = %(created)f %(filename)-23s %(threadName)s %(message)s [testenv] deps = |