[jboss-cvs] JBossAS SVN: r100770 - trunk/server/src/etc/deploy.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Feb 9 13:49:37 EST 2010
Author: ispringer
Date: 2010-02-09 13:49:36 -0500 (Tue, 09 Feb 2010)
New Revision: 100770
Modified:
trunk/server/src/etc/deploy/jboss-logging.xml
Log:
add an entry to turn down logging for
org.rhq.plugins.jbossas5.ApplicationServerComponent to FATAL as a
workaround for EMBJOPR-280
Modified: trunk/server/src/etc/deploy/jboss-logging.xml
===================================================================
--- trunk/server/src/etc/deploy/jboss-logging.xml 2010-02-09 18:34:44 UTC (rev 100769)
+++ trunk/server/src/etc/deploy/jboss-logging.xml 2010-02-09 18:49:36 UTC (rev 100770)
@@ -654,6 +654,12 @@
</handlers>
</logger>
-->
+
+ <!-- This is a temporary workaround for https://jira.jboss.org/jira/browse/EMBJOPR-280 and
+ should be removed once that bug if fixed in the bundled admin-console war. -->
+ <logger category="org.rhq.plugins.jbossas5.ApplicationServerComponent">
+ <level name="FATAL"/>
+ </logger>
<!-- ======================= -->
<!-- Setup the Root category -->
More information about the jboss-cvs-commits
mailing list