ARTEMIS-179 excessive cluster bridge retry logging
The information about the bridge connection retries is already logged at DEBUG level elsewhere and a WARN message is already logged when the connection dies in the first place. I don't see any good reason to keep this logging here.
This commit is contained in:
parent
ecc2cecf87
commit
fc14e31aa7
|
@ -155,7 +155,6 @@ public class ClusterConnectionBridge extends BridgeImpl
|
|||
|
||||
if (factory == null)
|
||||
{
|
||||
ActiveMQServerLogger.LOGGER.nodeNotAvailable(targetNodeID);
|
||||
return null;
|
||||
}
|
||||
factory.setReconnectAttempts(0);
|
||||
|
|
Loading…
Reference in New Issue