mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-18 21:11:17 +02:00
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.