From: <sc...@hy...> - 2010-04-19 23:03:57
|
Author: scottmf Date: 2010-04-19 16:03:46 -0700 (Mon, 19 Apr 2010) New Revision: 14519 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14519 Modified: trunk/installer/data/hq-engine/jboss-log4j.xml Log: [HHQ-3920] add extra information in log4j to debug issues and turn off useless WARN message Modified: trunk/installer/data/hq-engine/jboss-log4j.xml =================================================================== --- trunk/installer/data/hq-engine/jboss-log4j.xml 2010-04-19 18:27:13 UTC (rev 14518) +++ trunk/installer/data/hq-engine/jboss-log4j.xml 2010-04-19 23:03:46 UTC (rev 14519) @@ -94,6 +94,35 @@ <priority value="OFF"/> </category> + <!-- Turn off useless error messages, HHQ-3920 --> + <category name="org.hibernate.cache.ReadWriteCache"> + <priority value="OFF"/> + </category> + + <!-- To debug availability issues change the following from INFO to DEBUG --> + <category name="org.hyperic.hq.measurement.server.mbean.AvailabilityCheckService"> + <priority value="INFO"/> + </category> + <category name="org.hyperic.hq.measurement.server.session.ReportProcessorEJBImpl"> + <priority value="INFO"/> + </category> + + <!-- To debug agent scheduling issues change the following from INFO to DEBUG --> + <category name="org.hyperic.hq.measurement.server.session.MeasurementProcessorEJBImpl"> + <priority value="INFO"/> + </category> + <category name="org.hyperic.hq.measurement.server.session.AgentScheduleSynchronizer"> + <priority value="INFO"/> + </category> + + <!-- To debug autoinventory issues change the following from INFO to DEBUG --> + <category name="org.hyperic.hq.autoinventory.server.session.AutoinventoryManagerEJBImpl"> + <priority value="INFO"/> + </category> + <category name="org.hyperic.hq.autoinventory.server.session.ServiceMerger"> + <priority value="INFO"/> + </category> + <!-- Subsystem categories. Uncomment individual subsystems to see debug messages. --> <!-- |