MatrixSynapse/synapse/util
Erik Johnston ed630ea17c
Reduce amount of logging at INFO level. (#6862)
A lot of the things we log at INFO are now a bit superfluous, so lets
make them DEBUG logs to reduce the amount we log by default.

Co-Authored-By: Brendan Abolivier <babolivier@matrix.org>
Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
2020-02-06 13:31:05 +00:00
..
caches Reduce amount of logging at INFO level. (#6862) 2020-02-06 13:31:05 +00:00
__init__.py move batch_iter to a separate module 2020-01-16 22:25:32 +00:00
async_helpers.py Fix stacktraces when using ObservableDeferred and async/await (#6836) 2020-02-03 17:10:54 +00:00
distributor.py
file_consumer.py
frozenutils.py
hash.py
httpresourcetree.py Replace instance variations of homeserver with correct case/spacing 2019-11-12 13:08:12 +00:00
iterutils.py Log saml assertions rather than the whole response 2020-01-16 22:26:34 +00:00
jsonobject.py
logcontext.py
logformatter.py
manhole.py
metrics.py Fix inaccurate per-block metrics (#6491) 2019-12-09 11:55:30 +00:00
module_loader.py Handle `config` not being set for synapse plugin modules 2020-01-12 21:34:36 +00:00
msisdn.py
patch_inline_callbacks.py Fixup comments 2019-10-10 13:17:19 +01:00
ratelimitutils.py
retryutils.py
rlimit.py Remove usage of deprecated logger.warn method from codebase (#6271) 2019-10-31 10:23:24 +00:00
stringutils.py Validate client_secret parameter (#6767) 2020-01-24 14:28:40 +00:00
threepids.py
versionstring.py Handle FileNotFound error in checking git repository version (#6284) 2019-10-30 11:00:15 +00:00
wheel_timer.py