exercise the features of AMQ-2168|https://issues.apache.org/activemq/browse/AMQ-2168 enhanced LoggingBrokerPlugin

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@758779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2009-03-26 18:08:01 +00:00
parent 681d149ffd
commit 9a0de1ccaf
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
<plugins> <plugins>
<!-- lets enable detailed logging in the broker --> <!-- lets enable detailed logging in the broker but ignore ConnectionEvents -->
<loggingBrokerPlugin/> <loggingBrokerPlugin logAll="true" logConnectionEvents="false"/>
</plugins> </plugins>
</broker> </broker>