mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user