Author: nextgens
Date: 2007-02-09 14:22:37 +0000 (Fri, 09 Feb 2007)
New Revision: 11707

Modified:
   trunk/freenet/src/freenet/node/LoggingConfigHandler.java
Log:
Change the default logging rotation value to one hour (seems to be more 
sensible with loglevel=NORMAL)

Modified: trunk/freenet/src/freenet/node/LoggingConfigHandler.java
===================================================================
--- trunk/freenet/src/freenet/node/LoggingConfigHandler.java    2007-02-09 
10:58:11 UTC (rev 11706)
+++ trunk/freenet/src/freenet/node/LoggingConfigHandler.java    2007-02-09 
14:22:37 UTC (rev 11707)
@@ -141,7 +141,7 @@

        // interval

-       config.register("interval", "5MINUTE", 5, true, false, "Log rotation 
interval", "Log rotation interval - period after which logs are rotated. We 
keep the last two log files (current and prev), plus lots of compressed 
logfiles up to maxZippedLogsSize",
+       config.register("interval", "1HOUR", 5, true, false, "Log rotation 
interval", "Log rotation interval - period after which logs are rotated. We 
keep the last two log files (current and prev), plus lots of compressed 
logfiles up to maxZippedLogsSize",
                        new StringCallback() {
                                        public String get() {
                                                return logRotateInterval;


Reply via email to