[jboss-cvs] JBossAS SVN: r58455 - trunk/server/src/etc/conf/default
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Nov 16 13:15:56 EST 2006
Author: scott.stark at jboss.org
Date: 2006-11-16 13:15:55 -0500 (Thu, 16 Nov 2006)
New Revision: 58455
Modified:
trunk/server/src/etc/conf/default/log4j.xml
Log:
Further restrict the tm logging
Modified: trunk/server/src/etc/conf/default/log4j.xml
===================================================================
--- trunk/server/src/etc/conf/default/log4j.xml 2006-11-16 17:55:22 UTC (rev 58454)
+++ trunk/server/src/etc/conf/default/log4j.xml 2006-11-16 18:15:55 UTC (rev 58455)
@@ -218,12 +218,9 @@
-->
<!-- Quiet the tm logging until its level is fixed -->
- <category name="com.arjuna.ats.jta.logging">
+ <category name="com.arjuna.ats">
<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">
More information about the jboss-cvs-commits
mailing list