mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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:
commit
fc7cae8aa3
@ -362,7 +362,7 @@ class TransactionQueue(object):
|
|||||||
if not success:
|
if not success:
|
||||||
break
|
break
|
||||||
except NotRetryingDestination:
|
except NotRetryingDestination:
|
||||||
logger.info(
|
logger.debug(
|
||||||
"TX [%s] not ready for retry yet - "
|
"TX [%s] not ready for retry yet - "
|
||||||
"dropping transaction for now",
|
"dropping transaction for now",
|
||||||
destination,
|
destination,
|
||||||
|
Loading…
Reference in New Issue
Block a user