MatrixSynapse/synapse/util
Richard van der Hoff 4a15a3e4d5
Include eventid in log lines when processing incoming federation transactions (#3959)
when processing incoming transactions, it can be hard to see what's going on,
because we process a bunch of stuff in parallel, and because we may end up
recursively working our way through a chain of three or four events.

This commit creates a way to use logcontexts to add the relevant event ids to
the log lines.
2018-09-27 11:25:34 +01:00
..
caches Log which cache is throwing exceptions 2018-09-26 12:43:08 +01:00
__init__.py
async_helpers.py Replace custom DeferredTimeoutError with defer.TimeoutError 2018-09-19 11:07:29 +01:00
distributor.py
file_consumer.py
frozenutils.py
httpresourcetree.py
jsonobject.py
logcontext.py Include eventid in log lines when processing incoming federation transactions (#3959) 2018-09-27 11:25:34 +01:00
logformatter.py
logutils.py
manhole.py
metrics.py Add in flight real time metrics for Measure blocks 2018-09-14 15:08:37 +01:00
module_loader.py
msisdn.py
ratelimitutils.py
retryutils.py Improve the logging when handling a federation transaction (#3904) 2018-09-19 17:28:18 +01:00
rlimit.py
stringutils.py
threepids.py
versionstring.py
wheel_timer.py