Add thread id to logging format to assist with debugging test failures

This commit is contained in:
Dana Powers
2015-06-09 20:25:45 -07:00
parent fc30855953
commit 0a048a3422

View File

@@ -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