summaryrefslogtreecommitdiff
path: root/test/testutil.py
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-03-14 08:07:54 -0700
committerDana Powers <dana.powers@gmail.com>2016-03-14 08:10:19 -0700
commitc3bc541a69d5b8469771dbde9172cad0a9d0d1ae (patch)
tree82613eaeef90cab7c534a7f0cdf63ee10445aec1 /test/testutil.py
parent0330036bef996815c5ef384ab6803697816e4189 (diff)
downloadkafka-python-c3bc541a69d5b8469771dbde9172cad0a9d0d1ae.tar.gz
More fixture logging improvements
- Add test logging NullHandler - Remove default logging level filtering in testutil - Log render_template info - More fixture logging cleanups - wait_for() should not handle child shutdown
Diffstat (limited to 'test/testutil.py')
-rw-r--r--test/testutil.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/testutil.py b/test/testutil.py
index 323780c..1d1f6ea 100644
--- a/test/testutil.py
+++ b/test/testutil.py
@@ -142,6 +142,3 @@ class Timer(object):
def __exit__(self, *args):
self.end = time.time()
self.interval = self.end - self.start
-
-logging.getLogger('test.fixtures').setLevel(logging.ERROR)
-logging.getLogger('test.service').setLevel(logging.ERROR)