mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-08 07:44:55 -04:00
Merge pull request #3966 from matrix-org/rav/rx_txn_logging_2
Logging improvements
This commit is contained in:
commit
92abd3d6d6
3 changed files with 17 additions and 2 deletions
|
@ -577,6 +577,10 @@ class FederationHandler(BaseHandler):
|
|||
})
|
||||
seen_ids.add(e.event_id)
|
||||
|
||||
logger.info(
|
||||
"[%s %s] persisting newly-received auth/state events %s",
|
||||
room_id, event_id, [e["event"].event_id for e in event_infos]
|
||||
)
|
||||
yield self._handle_new_events(origin, event_infos)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue