[jboss-cvs] JBossAS SVN: r58248 - trunk/server/src/etc/conf/default
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Nov 10 12:43:25 EST 2006
Author: scott.stark at jboss.org
Date: 2006-11-10 12:43:24 -0500 (Fri, 10 Nov 2006)
New Revision: 58248
Modified:
trunk/server/src/etc/conf/default/log4j.xml
Log:
Quiet the tm logging until its log levels are fixed
Modified: trunk/server/src/etc/conf/default/log4j.xml
===================================================================
--- trunk/server/src/etc/conf/default/log4j.xml 2006-11-10 17:09:38 UTC (rev 58247)
+++ trunk/server/src/etc/conf/default/log4j.xml 2006-11-10 17:43:24 UTC (rev 58248)
@@ -217,6 +217,14 @@
</category>
-->
+ <!-- Quiet the tm logging until its level is fixed -->
+ <category name="com.arjuna.ats.jta.logging.loggerI18N">
+ <priority value="WARN"/>
+ </category>
+ <category name="com.arjuna.ats.txoj.logging.txojLoggerI18N">
+ <priority value="WARN"/>
+ </category>
+
<!-- Show the evolution of the DataSource pool in the logs [inUse/Available/Max]
<category name="org.jboss.resource.connectionmanager.JBossManagedConnectionPool">
<priority value="TRACE" class="org.jboss.logging.XLevel"/>
More information about the jboss-cvs-commits
mailing list