ARTEMIS-2384 log underlying bridge failure at DEBUG
This commit is contained in:
parent
0dc13e1bec
commit
3c5453d401
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue