mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Lower the not retrying host log line to debug
This commit is contained in:
parent
37b4c7d8a9
commit
f878f64f43
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user