summary refs log tree commit diff
path: root/tests/logging (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use mypy 1.0 (#15052)David Robertson2023-02-161-8/+9
* Add missing type hints in tests (#14879)Patrick Cloke2023-01-264-24/+41
* Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018)Hugh Nimmo-Smith2022-10-181-0/+1
* Allow use of both `@trace` and `@tag_args` stacked on the same function (#13453)Eric Eastwood2022-08-091-0/+83
* Add missing types to opentracing. (#13345)Patrick Cloke2022-07-211-9/+21
* More type hints for `synapse.logging` (#13103)Patrick Cloke2022-06-301-1/+1
* Fixes for opentracing scopes (#11869)Richard van der Hoff2022-02-021-0/+184
* Include exception in json logging (#11028)Nick Barrett2021-10-081-0/+28
* Add reactor to `SynapseRequest` and fix up types. (#10868)Erik Johnston2021-09-241-1/+2
* Merge branch 'master' into developAndrew Morgan2021-04-201-2/+4
|\
| * Always use the name as the log ID. (#9829)Patrick Cloke2021-04-201-2/+4
* | Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-143-3/+0
|/
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Record more information into structured logs. (#9654)Patrick Cloke2021-04-081-4/+66
* Various clean-ups to the logging context code (#8935)Patrick Cloke2020-12-141-5/+2
* Improve tests for structured logging. (#8916)Patrick Cloke2020-12-111-27/+46
* Gracefully handle a pending logging connection during shutdown. (#8685)Patrick Cloke2020-10-291-0/+16
* Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-294-397/+257
* Separate the TCP and terse JSON formatting code. (#8587)Patrick Cloke2020-10-211-1/+1
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-2/+2
* Fix for structured logging tests stomping on logs (#6023)Amber Brown2019-09-132-6/+23
* Implement a structured logging output system. (#5680)Amber Brown2019-08-283-0/+431