svn commit: r562990 - /ofbiz/trunk/framework/base/config/log4j.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r562990 - /ofbiz/trunk/framework/base/config/log4j.xml

jonesde
Author: jonesde
Date: Sun Aug  5 16:53:52 2007
New Revision: 562990

URL: http://svn.apache.org/viewvc?view=rev&rev=562990
Log:
Chagned default maxFileSize; with the sizes of our log messages we need more for the detail in many situations; thinking also it might be nice to have this save multiple files and then link to the lot or something

Modified:
    ofbiz/trunk/framework/base/config/log4j.xml

Modified: ofbiz/trunk/framework/base/config/log4j.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/log4j.xml?view=diff&rev=562990&r1=562989&r2=562990
==============================================================================
--- ofbiz/trunk/framework/base/config/log4j.xml (original)
+++ ofbiz/trunk/framework/base/config/log4j.xml Sun Aug  5 16:53:52 2007
@@ -56,7 +56,7 @@
 
     <!-- ofbiz web file appender -->
     <appender name="ofbiz-html" class="org.apache.log4j.RollingFileAppender">
-        <param name="maxFileSize" value="200KB" />
+        <param name="maxFileSize" value="500KB" />
         <param name="maxBackupIndex" value="1" />
         <param name="File" value="runtime/logs/ofbiz.html" />
         <param name="threshold" value="info"/>