mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -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
|
@ -146,7 +146,7 @@ class Auth(object):
|
|||
with Measure(self.clock, "check_host_in_room"):
|
||||
latest_event_ids = yield self.store.get_latest_event_ids_in_room(room_id)
|
||||
|
||||
logger.info("calling resolve_state_groups from check_host_in_room")
|
||||
logger.debug("calling resolve_state_groups from check_host_in_room")
|
||||
entry = yield self.state.resolve_state_groups(
|
||||
room_id, latest_event_ids
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue