summary refs log tree commit diff
path: root/docs/README.rst (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-19Improve the logging when handling a federation transaction (#3904)Richard van der Hoff3-56/+111
Let's try to rationalise the logging that happens when we are processing an incoming transaction, to make it easier to figure out what is going wrong when they take ages. In particular: - make everything start with a [room_id event_id] prefix - make sure we log a warning when catching exceptions rather than just turning them into other, more cryptic, exceptions.