Update of /var/cvs/config/utils
In directory james.mmbase.org:/tmp/cvs-serv20982

Modified Files:
        querylogging.xml 
Log Message:
changed properties to default values as present in DatabaseStorageManagerFactory


See also: http://cvs.mmbase.org/viewcvs/config/utils


Index: querylogging.xml
===================================================================
RCS file: /var/cvs/config/utils/querylogging.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- querylogging.xml    31 Jan 2009 09:30:32 -0000      1.2
+++ querylogging.xml    6 Apr 2009 11:15:53 -0000       1.3
@@ -11,8 +11,8 @@
       longer that 'service', in which case it will be logged on 'service', and 
so on.
   -->
   <properties>
-    <property name="debug">1</property>
-    <property name="service">5</property>
+    <property name="debug">50</property>
+    <property name="service">100</property>
     <property name="info">500</property>
     <property name="warn">2000</property>
     <property name="error">5000</property>
@@ -21,7 +21,7 @@
     <!--
         java.text.DecimalFormat pattern used to log a duration (in ms)
     -->
-    <property name="durationFormat">#.00</property>
+    <property name="durationFormat">0.00</property>
 
   </properties>
 </util>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to