summary refs log tree commit diff
path: root/synapse/logging/context.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up PreserveLoggingContext (#7877)Richard van der Hoff2020-07-221-16/+13
* Improve per-block CPU and DB usage metrics (#7426)Patrick Cloke2020-05-061-12/+26
* Add backwards compatibility codepath to LoggingContext. (#7408)Patrick Cloke2020-05-051-0/+41
* Reduce the number of calls to `resource.getrusage` (#7183)Richard van der Hoff2020-04-031-39/+63
* Fix "'NoneType' has no attribute start|stop" logcontext errors (#7181)Richard van der Hoff2020-03-311-0/+5
* Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-116/+118
* Hopefully mypy is happy nowBrendan Abolivier2020-03-101-1/+2
* Attempt at appeasing the gods of mypyBrendan Abolivier2020-03-101-1/+1
* Add type hints to logging/context.py (#6309)Neil Pilgrim2020-03-071-47/+74
* comment for run_in_backgroundRichard van der Hoff2020-01-121-0/+3
* Bump version of mypyErik Johnston2019-12-121-0/+3
* Update commentErik Johnston2019-12-101-2/+4
* Fix make_deferred_yieldable to work with coroutinesErik Johnston2019-12-101-1/+8
* Remove usage of deprecated logger.warn method from codebase (#6271)Andrew Morgan2019-10-311-1/+1
* Fix logcontext spam on non-Linux platforms (#6059)J. Ryan Stinnett2019-09-181-2/+11
* Implement a structured logging output system. (#5680)Amber Brown2019-08-281-1/+13
* Add basic opentracing support (#5544)Jorik Schellekens2019-07-111-2/+6
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-0/+693