MatrixSynapse/tests
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
..
api Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
app Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
appservice
config
crypto
events
federation
handlers Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
http Merge branch 'master' into develop 2018-09-25 03:10:01 +10:00
replication Refactor matrixfederationclient to fix logging (#3906) 2018-09-18 18:17:15 +01:00
rest Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
server_notices Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
storage docstrings and unittests for storage.state (#3958) 2018-09-27 11:22:25 +01:00
util Include eventid in log lines when processing incoming federation transactions (#3959) 2018-09-27 11:25:34 +01:00
__init__.py
server.py Fix client IPs being broken on Python 3 (#3908) 2018-09-20 20:14:34 +10:00
test_distributor.py
test_dns.py
test_event_auth.py
test_federation.py Include eventid in log lines when processing incoming federation transactions (#3959) 2018-09-27 11:25:34 +01:00
test_mau.py Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
test_metrics.py Tests 2018-09-14 15:08:37 +01:00
test_preview.py
test_server.py Add a regression test for logging on failed connections (#3912) 2018-09-20 16:28:18 +10:00
test_state.py Port tests/ to Python 3 (#3808) 2018-09-07 02:58:18 +10:00
test_test_utils.py
test_types.py
test_visibility.py
unittest.py Fix client IPs being broken on Python 3 (#3908) 2018-09-20 20:14:34 +10:00
utils.py Fix client IPs being broken on Python 3 (#3908) 2018-09-20 20:14:34 +10:00