mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:46:01 -04:00
Add some logging
This commit is contained in:
parent
fde0da6f19
commit
e552b78d50
1 changed files with 5 additions and 0 deletions
|
@ -247,6 +247,11 @@ class FederationHandler(BaseHandler):
|
|||
if set(e_id for e_id, _ in ev.prev_events) - event_ids
|
||||
]
|
||||
|
||||
logger.info(
|
||||
"backfill: Got %d events with %d edges",
|
||||
len(events), len(edges),
|
||||
)
|
||||
|
||||
# For each edge get the current state.
|
||||
|
||||
auth_events = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue