ARTEMIS-2384 log underlying bridge failure at DEBUG

This commit is contained in:
Justin Bertram 2019-06-17 08:51:11 -05:00 committed by Clebert Suconic
parent 0dc13e1bec
commit 3c5453d401
1 changed files with 3 additions and 1 deletions

View File

@ -1034,7 +1034,9 @@ public class BridgeImpl implements Bridge, SessionFailureListener, SendAcknowled
return;
} else {
ActiveMQServerLogger.LOGGER.errorConnectingBridgeRetry(this);
if (logger.isDebugEnabled()) {
logger.debug("Underlying bridge connection failure", e);
}
scheduleRetryConnect();
}
} catch (ActiveMQInterruptedException | InterruptedException e) {