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

@ -83,7 +83,7 @@ class TypingHandler(object):
self._room_typing = {}
def _handle_timeouts(self):
logger.info("Checking for typing timeouts")
logger.debug("Checking for typing timeouts")
now = self.clock.time_msec()