synapse/changelog.d/8607.misc
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

2 lines
105 B
Plaintext

Re-organize the structured logging code to separate the TCP transport handling from the JSON formatting.