diff options
author | David Arthur <mumrah@gmail.com> | 2012-11-19 11:42:09 -0500 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2012-11-19 20:47:27 -0500 |
commit | 1d0bc784d41364d6178dce452f2ac787b52749a8 (patch) | |
tree | 8a9fb036537cad9e7125fbb1fd67497ed237e837 /test/integration.py | |
parent | 330ddbca4464f32d31b662eb95b92113e7024323 (diff) | |
download | kafka-python-1d0bc784d41364d6178dce452f2ac787b52749a8.tar.gz |
Add some docs and KafkaQueue config
Ref #8
Diffstat (limited to 'test/integration.py')
-rw-r--r-- | test/integration.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration.py b/test/integration.py index e11b33b..3971d3f 100644 --- a/test/integration.py +++ b/test/integration.py @@ -258,4 +258,5 @@ class IntegrationTest(unittest.TestCase): q.close() if __name__ == "__main__": + logging.basicConfig(level=logging.INFO) unittest.main() |