0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-07 10:25:40 +02:00
Commit graph

1 commit

Author SHA1 Message Date
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