summary refs log tree commit diff
path: root/docs/log_contexts.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix the logcontext handling in the cache wrappers (#2077)Richard van der Hoff2017-03-301-3/+8
| | | | | | | The cache wrappers had a habit of leaking the logcontext into the reactor while the lookup function was running, and then not restoring it correctly when the lookup function had completed. It's all the fault of `preserve_context_over_{fn,deferred}` which are basically a bit broken.
* log_contexts.rst: fix formatting of Note blockRichard van der Hoff2017-03-201-6/+6
| | | | Apparently the github RST renderer doesn't like Note blocks.
* log_contexts.rst: fix typosRichard van der Hoff2017-03-181-2/+2
|
* Logcontext docsRichard van der Hoff2017-03-171-8/+439
|
* starting point for doc on how log contexts are supposed to workMatthew Hodgson2016-05-041-0/+10