summary refs log tree commit diff
path: root/synapse/util/logcontext.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix up leak. Add warnings.Erik Johnston2015-05-081-1/+10
* Add some docsErik Johnston2015-05-081-2/+14
* Change the way we do logging contexts so that they survive divergencesErik Johnston2015-05-081-0/+31
* Update copyright noticesMark Haines2015-01-061-0/+14
* Drop log level for incorrect logging contexts to WARN if the context is wrong...Mark Haines2014-11-251-5/+8
* Use module loggers rather than the root logger. Exceptions caused by bad clie...Mark Haines2014-11-201-1/+3
* Preserve logging context in a few more places, drop the logging context after...Mark Haines2014-11-191-0/+4
* Pep8 and a few doc stringsMark Haines2014-10-301-14/+37
* Add a request-id to each log lineMark Haines2014-10-301-0/+85