From 0a048a3422977cdfabb79c0f702bf090d65c73f5 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Tue, 9 Jun 2015 20:25:45 -0700 Subject: [PATCH] Add thread id to logging format to assist with debugging test failures --- tox.ini | 1 + 1 file changed, 1 insertion(+) 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