diff options
author | Dana Powers <dana.powers@rd.io> | 2015-12-10 18:38:34 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@rd.io> | 2015-12-10 18:38:34 -0800 |
commit | 8fff81468df640c0c1fc5daeb8fd8dd980c15c0c (patch) | |
tree | 8569b0b792a4b9e767563b6525c1ca0a72176397 /test/testutil.py | |
parent | 1cb732aba10e82232197e19fd84a79cbab6214c6 (diff) | |
download | kafka-python-8fff81468df640c0c1fc5daeb8fd8dd980c15c0c.tar.gz |
Move Request / Response logging from KafkaClient to BrokerConnection
and reenable kafka.conn debug logging in tests
Diffstat (limited to 'test/testutil.py')
-rw-r--r-- | test/testutil.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/testutil.py b/test/testutil.py index 5c6ea1b..98fe805 100644 --- a/test/testutil.py +++ b/test/testutil.py @@ -112,6 +112,3 @@ class Timer(object): logging.basicConfig(level=logging.DEBUG) logging.getLogger('test.fixtures').setLevel(logging.ERROR) logging.getLogger('test.service').setLevel(logging.ERROR) - -# kafka.conn debug logging is verbose, disable in tests by default -logging.getLogger('kafka.conn').setLevel(logging.INFO) |