Move some timeout checking logs to DEBUG #5785

This commit is contained in:
Amber Brown 2019-07-30 02:02:18 +10:00 committed by GitHub
parent 85b0bd8fe0
commit 97a8b4caf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View file

@ -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