1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-08 10:23:59 +00:00

Merge pull request from matrix-org/erikj/retry_host_log

Lower the not retrying host log line to debug
This commit is contained in:
Erik Johnston 2017-01-18 11:07:51 +00:00 committed by GitHub
commit fc7cae8aa3

View file

@ -362,7 +362,7 @@ class TransactionQueue(object):
if not success:
break
except NotRetryingDestination:
logger.info(
logger.debug(
"TX [%s] not ready for retry yet - "
"dropping transaction for now",
destination,