Author: ips
Date: 2008-11-10 16:59:42 -0500 (Mon, 10 Nov 2008)
New Revision: 42
Modified:
trunk/INSTALL.txt
Log:
log level for org.jboss.seam and other noisy categories should be "WARN", not
"DEBUG"
Modified: trunk/INSTALL.txt
===================================================================
--- trunk/INSTALL.txt 2008-11-10 19:44:47 UTC (rev 41)
+++ trunk/INSTALL.txt 2008-11-10 21:59:42 UTC (rev 42)
@@ -13,9 +13,9 @@
3) (OPTIONAL) Modify ${JBOSS_CONFIG_DIR}/conf/jboss-log4j.xml, and add the following
to turn down the verbosity for some overly noisy categories:
- <category name="org.jboss.seam"><priority
value="DEBUG"/></category>
- <category name="com.sun"><priority
value="DEBUG"/></category>
- <category
name="org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor"><priority
value="DEBUG"/></category>
+ <category name="org.jboss.seam"><priority
value="WARN"/></category>
+ <category name="com.sun"><priority
value="WARN"/></category>
+ <category
name="org.rhq.core.pc.inventory.RuntimeDiscoveryExecutor"><priority
value="WARN"/></category>
4) Stop your JBAS instance.
Show replies by date