ARTEMIS-1623 Adding commented out broker logging into default broker.xml

This commit is contained in:
Clebert Suconic 2018-01-24 09:10:28 -05:00
parent e350c58a46
commit 41794add96
1 changed files with 15 additions and 0 deletions

View File

@ -143,5 +143,20 @@ ${cluster-security.settings}${cluster.settings}${replicated.settings}${shared-st
</address>${address-queue.settings}
</addresses>
<!-- Uncomment the following if you want to use the Standard LoggingActiveMQServerPlugin pluging to log in events
<broker-plugins>
<broker-plugin class-name="org.apache.activemq.artemis.core.server.plugin.impl.LoggingActiveMQServerPlugin">
<property key="LOG_ALL_EVENTS" value="true"/>
<property key="LOG_CONNECTION_EVENTS" value="true"/>
<property key="LOG_SESSION_EVENTS" value="true"/>
<property key="LOG_CONSUMER_EVENTS" value="true"/>
<property key="LOG_DELIVERING_EVENTS" value="true"/>
<property key="LOG_SENDING_EVENTS" value="true"/>
<property key="LOG_INTERNAL_EVENTS" value="true"/>
</broker-plugin>
</broker-plugins>
-->
</core>
</configuration>