mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 21:34:49 -04:00
Move some timeout checking logs to DEBUG #5785
This commit is contained in:
parent
85b0bd8fe0
commit
97a8b4caf7
3 changed files with 3 additions and 2 deletions
|
@ -333,7 +333,7 @@ class PresenceHandler(object):
|
|||
"""Checks the presence of users that have timed out and updates as
|
||||
appropriate.
|
||||
"""
|
||||
logger.info("Handling presence timeouts")
|
||||
logger.debug("Handling presence timeouts")
|
||||
now = self.clock.time_msec()
|
||||
|
||||
# Fetch the list of users that *may* have timed out. Things may have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue