summary refs log tree commit diff
path: root/tests/api/test_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-27Include eventid in log lines when processing incoming federation ↵Richard van der Hoff6-57/+115
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-27docstrings and unittests for storage.state (#3958)<