Skip to content
Snippets Groups Projects
Commit f878f64f authored by Erik Johnston's avatar Erik Johnston
Browse files

Lower the not retrying host log line to debug

parent 37b4c7d8
No related branches found
No related tags found
No related merge requests found
...@@ -362,7 +362,7 @@ class TransactionQueue(object): ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment