Author: ips
Date: 2008-10-17 13:04:21 -0400 (Fri, 17 Oct 2008)
New Revision: 11
Modified:
trunk/INSTALL.txt
Log:
add instructions for turning down verbosity of RuntimeDiscoveryExecutor logger
Modified: trunk/INSTALL.txt
===================================================================
--- trunk/INSTALL.txt 2008-10-17 14:00:07 UTC (rev 10)
+++ trunk/INSTALL.txt 2008-10-17 17:04:21 UTC (rev 11)
@@ -10,12 +10,13 @@
2) (OPTIONAL) If you want the Admin Console to expose JVM metrics and operations, add
-Djboss.platform.mbeanserver to your JAVA_OPTS.
-3) (OPTIONAL) Modify ${JBOSS_CONFIG_DIR}/conf/jboss-log4j.xml, and add the following in
- the category section to turn off Seam DEBUG logging, which can be very noisy:
+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="INFO"/></category>
- <category name="com.sun"><priority
value="INFO"/></category>
-
+ <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>
+
4) Stop your JBAS instance.
5) Copy jbas4-console.war (JBAS 4.2.x/4.3.x) *or* jbas5-console.war (JBAS 5.x)
Show replies by date