mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 18:04:49 -04:00
Change resolve_state_groups call site logging to DEBUG
This commit is contained in:
parent
37b4c7d8a9
commit
5f027d1fc5
3 changed files with 6 additions and 6 deletions
|
@ -591,7 +591,7 @@ class FederationHandler(BaseHandler):
|
|||
|
||||
event_ids = list(extremities.keys())
|
||||
|
||||
logger.info("calling resolve_state_groups in _maybe_backfill")
|
||||
logger.debug("calling resolve_state_groups in _maybe_backfill")
|
||||
states = yield preserve_context_over_deferred(defer.gatherResults([
|
||||
preserve_fn(self.state_handler.resolve_state_groups)(room_id, [e])
|
||||
for e in event_ids
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue