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:31:18 -0700 |
commit | 376e3659a81406dec27660863bc211165f58080a (patch) | |
tree | 3ea8525aba914b2f55ff421d71c7ea75e9739857 /tox.ini | |
parent | 7db5adf1b553ec2d358dad29dc7be676a468fca1 (diff) | |
download | kafka-python-testing.tar.gz |
Move logging format config to tox.ini to avoid duplicate log capture in pytest outputtesting
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 = |