[jboss-svn-commits] JBL Code SVN: r24218 - labs/jbossesb/trunk/product/install/embedded-console.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Dec 2 12:07:51 EST 2008
Author: tcunning
Date: 2008-12-02 12:07:50 -0500 (Tue, 02 Dec 2008)
New Revision: 24218
Modified:
labs/jbossesb/trunk/product/install/embedded-console/measurementpatch.txt
Log:
JBESB-2040
Modify the log4j.xml to add the suggested embedded JOPR verbosity (see the
INSTALL.txt in embedded jopr project.
Modified: labs/jbossesb/trunk/product/install/embedded-console/measurementpatch.txt
===================================================================
--- labs/jbossesb/trunk/product/install/embedded-console/measurementpatch.txt 2008-12-02 16:53:14 UTC (rev 24217)
+++ labs/jbossesb/trunk/product/install/embedded-console/measurementpatch.txt 2008-12-02 17:07:50 UTC (rev 24218)
@@ -1,7 +1,23 @@
<!-- Limit the org.jboss.on.pc.impl.measurement category to WARN -->
<category name="org.jboss.on.pc.impl.measurement">
<priority value="ERROR"/>
- <appender-ref ref="CONSOLE"/>
</category>
+ <!-- Limit the org.jboss.seam category to WARN -->
+ <!-- Recommended by embedded console -->
+ <category name="org.jboss.seam">
+ <priority value="WARN"/>
+ </category>
+
+ <!-- Limit the com.sun category to WARN -->
+ <!-- Recommended by embedded console -->
+ <category name="com.sun">
+ <priority value="WARN"/>
+ </category>
+
+ <!-- Limit the org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor to WARN -->
+ <category name="org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor">
+ <priority value="WARN"/>
+ </category>
+
<!-- Limit the org.apache category to INFO as its DEBUG is verbose -->
More information about the jboss-svn-commits
mailing list