forked-synapse/synapse/logging
Patrick Cloke 00b24aa545
Support generating structured logs in addition to standard logs. (#8607)
This modifies the configuration of structured logging to be usable from
the standard Python logging configuration.

This also separates the formatting of logs from the transport allowing
JSON logs to files or standard logs to sockets.
2020-10-29 07:27:37 -04:00
..
__init__.py Support generating structured logs in addition to standard logs. (#8607) 2020-10-29 07:27:37 -04:00
_remote.py Support generating structured logs in addition to standard logs. (#8607) 2020-10-29 07:27:37 -04:00
_structured.py Support generating structured logs in addition to standard logs. (#8607) 2020-10-29 07:27:37 -04:00
_terse_json.py Support generating structured logs in addition to standard logs. (#8607) 2020-10-29 07:27:37 -04:00
context.py Create a mechanism for marking tests "logcontext clean" (#8399) 2020-09-28 17:58:33 +01:00
filter.py Support generating structured logs in addition to standard logs. (#8607) 2020-10-29 07:27:37 -04:00
formatter.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
opentracing.py Start fewer opentracing spans (#8640) 2020-10-26 09:30:19 +00:00
scopecontextmanager.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
utils.py Use the right constructor for log records (#8278) 2020-09-08 14:52:51 +01:00