summary refs log tree commit diff
path: root/synapse/util/logformatter.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve the backwards compatibility re-exports of synapse.logging.context ↵Amber Brown2019-07-051-0/+21
| | | | | | | | (#5617) * Improve the backwards compatibility re-exports of synapse.logging.context. * reexport logformatter too
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-53/+0
|
* Run Black. (#5482)Amber Brown2019-06-201-1/+2
|
* run isortAmber Brown2018-07-091-1/+2
|
* Fix incorrect reference to StringIORichard van der Hoff2018-05-021-1/+1
| | | | This was introduced in 4f2f5171
* replace stringIO importsAdrian Tschira2018-04-281-1/+1
|
* logformatter: fix AttributeErrorRichard van der Hoff2017-10-111-3/+11
| | | | make sure we have the relevant fields before we try to log them.
* Fancy logformatter to format exceptions betterRichard van der Hoff2017-10-091-0/+43
This is a bit of an experimental change at this point; the idea is to see if it helps us track down where our stack overflows are coming from by logging the stack when the exception was caught and turned into a Failure. (We'll also need https://github.com/richvdh/twisted/commit/edf27044200e74680ea67c525768e36dc9d9af2b). If we deploy this, we'll be able to enable it via the log config yaml.