Add thread id to logging format to assist with debugging test failures
This commit is contained in:
1
tox.ini
1
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
|
||||
|
||||
|
Reference in New Issue
Block a user