summary refs log tree commit diff
path: root/synapse/util/logcontext.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix fixme in preserve_fnRichard van der Hoff2017-04-031-5/+1
* Fix the logcontext handling in the cache wrappers (#2077)Richard van der Hoff2017-03-301-0/+23
* Merge pull request #2026 from matrix-org/rav/logcontext_docsRichard van der Hoff2017-03-201-0/+10
|\
| * Logcontext docsRichard van der Hoff2017-03-171-0/+10
* | Stop preserve_fn leaking context into the reactorRichard van der Hoff2017-03-181-32/+29
|/
* Implement reset_context_after_deferredRichard van der Hoff2017-03-151-0/+25
* Preserve some logcontextsErik Johnston2016-08-241-4/+11
* Clean up TransactionQueueErik Johnston2016-08-101-1/+0
* Remove commentErik Johnston2016-02-101-1/+1
* s/parent_context/previous_context/Erik Johnston2016-02-101-9/+9
* Set parent context on instansiationErik Johnston2016-02-101-2/+7
* Don't bother copying records on parent contextErik Johnston2016-02-091-8/+0
* Change logcontext warns to debugErik Johnston2016-02-091-3/+3
* Fix up logcontextsErik Johnston2016-02-081-4/+94
* Allowing tagging log contextsErik Johnston2016-02-031-1/+6
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Track the time spent in the database per request.Mark Haines2015-12-071-0/+9
* Add a setter for the current log context.Mark Haines2015-12-071-16/+24
* Add comments to explain why we are hardcoding RUSAGE_THREADMark Haines2015-12-041-0/+8
* Fix warningsMark Haines2015-12-041-2/+2
* Track the cpu used in the main thread by each logging contextMark Haines2015-12-031-6/+70
* Fix log context when sending requestsErik Johnston2015-06-191-19/+33
* 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