Details
Description
At the moment the log output is as follows:
" INFO | Adding Connection : org.apache.activemq.broker.ConnectionContext@e75be38"
As far as I can judge this, the problem is that the ConnectionContext and not the ConnectionInfo is displayed.
public void addConnection(ConnectionContext context, ConnectionInfo info) throws Exception {
if (isLogAll() || isLogConnectionEvents())
super.addConnection(context, info);
}