diff options
author | Dana Powers <dana.powers@rd.io> | 2015-06-09 20:25:45 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2015-06-09 20:27:09 -0700 |
commit | 0a048a3422977cdfabb79c0f702bf090d65c73f5 (patch) | |
tree | 9c09d4d2583fb4dbb36686879ff522cd558382fc | |
parent | fc30855953f3dfd46a80e65e17283102085392e5 (diff) | |
download | kafka-python-0a048a3422977cdfabb79c0f702bf090d65c73f5.tar.gz |
Add thread id to logging format to assist with debugging test failures
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |