synapse-product/synapse/logging
Andrew Morgan 54fef094b3
Remove usage of deprecated logger.warn method from codebase (#6271)
Replace every instance of `logger.warn` with `logger.warning` as the former is deprecated.
2019-10-31 10:23:24 +00:00
..
__init__.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
_structured.py Fix for structured logging tests stomping on logs (#6023) 2019-09-13 02:29:55 +10:00
_terse_json.py Fix for structured logging tests stomping on logs (#6023) 2019-09-13 02:29:55 +10:00
context.py Remove usage of deprecated logger.warn method from codebase (#6271) 2019-10-31 10:23:24 +00:00
formatter.py Move logging utilities out of the side drawer of util/ and into logging/ (#5606) 2019-07-04 00:07:04 +10:00
opentracing.py Trace non-JSON APIs, /media, /key etc 2019-10-11 11:58:52 +01:00
scopecontextmanager.py Opentracing Utils (#5722) 2019-07-23 13:31:16 +01:00
utils.py Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00