summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2015-06-09 20:25:45 -0700
committerDana Powers <dana.powers@rd.io>2015-06-09 20:27:09 -0700
commit0a048a3422977cdfabb79c0f702bf090d65c73f5 (patch)
tree9c09d4d2583fb4dbb36686879ff522cd558382fc
parentfc30855953f3dfd46a80e65e17283102085392e5 (diff)
downloadkafka-python-0a048a3422977cdfabb79c0f702bf090d65c73f5.tar.gz
Add thread id to logging format to assist with debugging test failures
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index fcb8908..a69dc99 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,7 @@ deps =
commands =
nosetests {posargs:-v -x --with-id --id-file={envdir}/.noseids --with-timer --timer-top-n 10 --with-coverage --cover-erase --cover-package kafka}
setenv =
+ NOSE_LOGFORMAT = %(asctime)s - %(thread)d - %(name)s - %(levelname)s - %(message)s
PROJECT_ROOT = {toxinidir}
passenv = KAFKA_VERSION