mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-08 15:32:49 -05: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. |
||
|---|---|---|
| .. | ||
| caches | ||
| __init__.py | ||
| test_dict_cache.py | ||
| test_expiring_cache.py | ||
| test_file_consumer.py | ||
| test_linearizer.py | ||
| test_logcontext.py | ||
| test_logformatter.py | ||
| test_lrucache.py | ||
| test_rwlock.py | ||
| test_snapshot_cache.py | ||
| test_stream_change_cache.py | ||
| test_treecache.py | ||
| test_wheel_timer.py | ||