Skip to content
Snippets Groups Projects
Commit e552b78d authored by Erik Johnston's avatar Erik Johnston
Browse files

Add some logging

parent fde0da6f
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment