forked-synapse/synapse/federation
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
..
transport Port federation/ to py3 (#3847) 2018-09-12 23:23:32 +10:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py Fix handling of redacted events from federation 2018-09-13 15:44:12 +01:00
federation_client.py fix docstring for FederationClient.get_state_for_room 2018-09-26 16:52:24 +01:00
federation_server.py Include eventid in log lines when processing incoming federation transactions (#3959) 2018-09-27 11:25:34 +01:00
persistence.py Fix origin handling for pushed transactions 2018-09-05 13:08:07 +01:00
send_queue.py fix #3445 2018-08-29 16:28:25 +02:00
transaction_queue.py Limit the number of PDUs/EDUs per fedreation transaction 2018-09-06 15:23:55 +01:00
units.py Remove pdu_failures from transactions 2018-07-30 16:28:47 -06:00