[jboss-cvs] JBossAS SVN: r86994 - in trunk/server/src/etc/conf: standard and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 8 16:42:32 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-04-08 16:42:32 -0400 (Wed, 08 Apr 2009)
New Revision: 86994

Modified:
   trunk/server/src/etc/conf/default/jboss-minimal.xml
   trunk/server/src/etc/conf/default/jboss-service.xml
   trunk/server/src/etc/conf/standard/jboss-service.xml
   trunk/server/src/etc/conf/web/jboss-service.xml
Log:
[JBAS-6749] Change default value for jboss.server.log.threshold to INFO

Modified: trunk/server/src/etc/conf/default/jboss-minimal.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-minimal.xml	2009-04-08 20:32:19 UTC (rev 86993)
+++ trunk/server/src/etc/conf/default/jboss-minimal.xml	2009-04-08 20:42:32 UTC (rev 86994)
@@ -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: trunk/server/src/etc/conf/default/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/default/jboss-service.xml	2009-04-08 20:32:19 UTC (rev 86993)
+++ trunk/server/src/etc/conf/default/jboss-service.xml	2009-04-08 20:42:32 UTC (rev 86994)
@@ -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: trunk/server/src/etc/conf/standard/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/standard/jboss-service.xml	2009-04-08 20:32:19 UTC (rev 86993)
+++ trunk/server/src/etc/conf/standard/jboss-service.xml	2009-04-08 20:42:32 UTC (rev 86994)
@@ -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: trunk/server/src/etc/conf/web/jboss-service.xml
===================================================================
--- trunk/server/src/etc/conf/web/jboss-service.xml	2009-04-08 20:32:19 UTC (rev 86993)
+++ trunk/server/src/etc/conf/web/jboss-service.xml	2009-04-08 20:42:32 UTC (rev 86994)
@@ -81,6 +81,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