[jboss-cvs] JBossAS SVN: r86991 - in branches/Branch_5_x/server/src/etc/conf: web and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 8 16:17:38 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-04-08 16:17:37 -0400 (Wed, 08 Apr 2009)
New Revision: 86991

Modified:
   branches/Branch_5_x/server/src/etc/conf/standard/jboss-service.xml
   branches/Branch_5_x/server/src/etc/conf/web/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/standard/jboss-service.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/standard/jboss-service.xml	2009-04-08 20:17:06 UTC (rev 86990)
+++ branches/Branch_5_x/server/src/etc/conf/standard/jboss-service.xml	2009-04-08 20:17:37 UTC (rev 86991)
@@ -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>
 
    <!-- ==================================================================== -->

Modified: branches/Branch_5_x/server/src/etc/conf/web/jboss-service.xml
===================================================================
--- branches/Branch_5_x/server/src/etc/conf/web/jboss-service.xml	2009-04-08 20:17:06 UTC (rev 86990)
+++ branches/Branch_5_x/server/src/etc/conf/web/jboss-service.xml	2009-04-08 20:17:37 UTC (rev 86991)
@@ -111,6 +111,13 @@
       <attribute name="Log4jQuietMode">true</attribute>
       <!-- How frequently in seconds the ConfigurationURL is checked for changes -->
       <attribute name="RefreshPeriod">60</attribute>
+      
+      <!-- The value to assign to system property jboss.server.log.threshold
+           if it is not already set. This system property in turn controls
+           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">INFO</attribute>
    </mbean>
 
    <!-- ==================================================================== -->




More information about the jboss-cvs-commits mailing list