mirror of https://github.com/apache/activemq.git
Add more detail to log output for easier tracking
(cherry picked from commit 9b9e3d3678
)
This commit is contained in:
parent
cd82533f35
commit
58ab9b6c93
|
@ -855,7 +855,7 @@ public class TransportConnection implements Connection, Task, CommandVisitor {
|
|||
brokerConnectionStates.remove(info.getConnectionId());
|
||||
}
|
||||
unregisterConnectionState(info.getConnectionId());
|
||||
LOG.warn("Failed to add Connection {} due to {}", info.getConnectionId(), e);
|
||||
LOG.warn("Failed to add Connection id={}, clientId={} due to {}", info.getConnectionId(), clientId, e);
|
||||
//AMQ-6561 - stop for all exceptions on addConnection
|
||||
// close this down - in case the peer of this transport doesn't play nice
|
||||
delayedStop(2000, "Failed with SecurityException: " + e.getLocalizedMessage(), e);
|
||||
|
|
Loading…
Reference in New Issue