Lower the not retrying host log line to debug

This commit is contained in:
Erik Johnston 2017-01-17 17:20:39 +00:00
parent 37b4c7d8a9
commit f878f64f43

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,