summary refs log tree commit diff
path: root/synapse/logging/_remote.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Separate the TCP and terse JSON formatting code. (#8587)Patrick Cloke2020-10-211-0/+225
This should (theoretically) allow for using the TCP code with a different output type and make it easier to use the JSON code with files / console.