[jboss-cvs] JBossAS SVN: r86937 - branches/Branch_5_x/server/src/etc/conf/default.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 7 15:51:59 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-04-07 15:51:59 -0400 (Tue, 07 Apr 2009)
New Revision: 86937

Modified:
   branches/Branch_5_x/server/src/etc/conf/default/jboss-minimal.xml
   branches/Branch_5_x/server/src/etc/conf/default/jboss-service.xml
Log:
[JBAS-6630] Change default value for jboss.server.log.threshold to INFO

Modified: branches/Branch_5_x/server/src/etc/conf/default/jboss-minimal.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/default/jboss-minimal.xml	2009-04-07 18:44:09 UTC (rev 86936)
+++ branches/Branch_5_x/server/src/etc/conf/default/jboss-minimal.xml	2009-04-07 19:51:59 UTC (rev 86937)
@@ -26,7 +26,7 @@
            the logging threshold for the server.log file.
            If the system property is already set when this service is created,
            this value is ignored. -->
-      <attribute name="DefaultJBossServerLogThreshold">DEBUG</attribute>
+      <attribute name="DefaultJBossServerLogThreshold">INFO</attribute>
    </mbean>
    
    <!-- A Thread pool service -->

Modified: branches/Branch_5_x/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/default/jboss-service.xml	2009-04-07 18:44:09 UTC (rev 86936)
+++ branches/Branch_5_x/server/src/etc/conf/default/jboss-service.xml	2009-04-07 19:51:59 UTC (rev 86937)
@@ -87,7 +87,7 @@
            the logging threshold for the server.log file.
            If the system property is already set when this service is created,
            this value is ignored. -->
-      <attribute name="DefaultJBossServerLogThreshold">DEBUG</attribute>
+      <attribute name="DefaultJBossServerLogThreshold">INFO</attribute>
    </mbean>
 
    <!-- ==================================================================== -->




More information about the jboss-cvs-commits mailing list