[jboss-cvs] JBossAS SVN: r68006 - branches/JBPAPP_4_2_0_GA_CP/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 6 17:01:02 EST 2007


Author: dbhole
Date: 2007-12-06 17:01:02 -0500 (Thu, 06 Dec 2007)
New Revision: 68006

Modified:
   branches/JBPAPP_4_2_0_GA_CP/build/build.xml
Log:

Fix JBPAPP-482: Curtail logging for com.arjuna and org.hibernate



Modified: branches/JBPAPP_4_2_0_GA_CP/build/build.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/build/build.xml	2007-12-06 22:00:43 UTC (rev 68005)
+++ branches/JBPAPP_4_2_0_GA_CP/build/build.xml	2007-12-06 22:01:02 UTC (rev 68006)
@@ -1189,6 +1189,14 @@
    <category name="org.jboss.ha">
      <priority value="INFO" />
    </category>
+
+   <category name="com.arjuna">
+     <priority value="INFO" />
+   </category>
+
+   <category name="org.hibernate">
+     <priority value="INFO" />
+   </category>
 ]]></replacevalue>
 
         </replace>




More information about the jboss-cvs-commits mailing list