summary refs log tree commit diff
path: root/tests/util/test_log_context.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop preserve_fn leaking context into the reactorRichard van der Hoff2017-03-181-0/+61
| | | | | | | | Fix a bug in ``logcontext.preserve_fn`` which made it leak context into the reactor, and add a test for it. Also, get rid of ``logcontext.reset_context_after_deferred``, which tried to do the same thing but had its own, different, set of bugs.
* Fix testErik Johnston2016-02-091-9/+1
|
* Add a request-id to each log lineMark Haines2014-10-301-0/+43