mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-12 02:14:44 +00:00
Merge pull request #1824 from matrix-org/erikj/retry_host_log
Lower the not retrying host log line to debug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user