summary refs log tree commit diff
path: root/synapse/logging/scopecontextmanager.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* More type hints for `synapse.logging` (#13103)Patrick Cloke2022-06-301-16/+19
* Another batch of type annotations (#12726)David Robertson2022-05-131-7/+21
* Fixes for opentracing scopes (#11869)Richard van der Hoff2022-02-021-29/+47
* Add opentracing types (#11603)Shay2021-12-201-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* Fix error reporting when using `opentracing.trace` (#7961)Erik Johnston2020-07-271-0/+2
* Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-8/+5
* Opentracing Utils (#5722)Jorik Schellekens2019-07-231-1/+1
* Clean up opentracing configuration options (#5712)Richard van der Hoff2019-07-181-3/+1
* Add basic opentracing support (#5544)Jorik Schellekens2019-07-111-0/+140