summary refs log tree commit diff
path: root/synapse/logging/_terse_json.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve comments in the structured logging code. (#10188)Patrick Cloke2021-06-161-4/+5
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-291-134/+58
* Separate the TCP and terse JSON formatting code. (#8587)Patrick Cloke2020-10-211-186/+13
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
* Bump version of mypyErik Johnston2019-12-121-1/+1
* Add benchmarks for structured logging performance (#6266)Amber Brown2019-12-031-0/+1
* Improve the performance of structured logging (#6322)Amber Brown2019-11-261-29/+77
* A couple more instancesAndrew Morgan2019-11-121-1/+1
* Fix for structured logging tests stomping on logs (#6023)Amber Brown2019-09-131-3/+5
* Implement a structured logging output system. (#5680)Amber Brown2019-08-281-0/+278