summary refs log tree commit diff
path: root/synapse/util/logformatter.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.