logging: Quiet pika.adapters.

This was giving a couple of lines of logs on every normal,
successful connection -- clearly a job for DEBUG, but emitted
on INFO.  Quiet it down.

Fixes #6674.
This commit is contained in:
Greg Price
2017-09-26 17:32:44 -07:00
committed by Tim Abbott
parent 9e2b9893f9
commit 315f5b393b

View File

@@ -1162,6 +1162,9 @@ LOGGING = {
# },
# other libraries, alphabetized
'pika.adapters': { # This library is super chatty on INFO.
'level': 'WARNING',
},
'requests': {
'handlers': DEFAULT_ZULIP_HANDLERS,
'level': 'WARNING',