mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Log event ID on exception
This commit is contained in:
parent
6e025a97b4
commit
d49cbf712f
1 changed files with 4 additions and 1 deletions
|
@ -198,7 +198,10 @@ class TransactionQueue(object):
|
|||
],
|
||||
)
|
||||
except Exception:
|
||||
logger.exception("Failed to calculate hosts in room")
|
||||
logger.exception(
|
||||
"Failed to calculate hosts in room for event: %s",
|
||||
event.event_id,
|
||||
)
|
||||
return
|
||||
|
||||
destinations = set(destinations)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue