Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Improve the logging when handling a federation transaction (#3904)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
richvdh authored Sep 19, 2018
1 parent cb016ba commit 6421995
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 56 deletions.
1 change: 1 addition & 0 deletions changelog.d/3904.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve the logging when handling a federation transaction
Loading

0 comments on commit 6421995

Please sign in to comment.