[CalendarServer-changes] [1410] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 21 10:49:29 PDT 2007


Revision: 1410
          http://trac.macosforge.org/projects/calendarserver/changeset/1410
Author:   wsanchez at apple.com
Date:     2007-03-21 10:49:29 -0700 (Wed, 21 Mar 2007)

Log Message:
-----------
Turn off log rotation by default, because it is broken for multi-process mode, which is now the default.

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd-test.plist
    CalendarServer/trunk/conf/caldavd.plist
    CalendarServer/trunk/twistedcaldav/config.py

Modified: CalendarServer/trunk/conf/caldavd-test.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-test.plist	2007-03-21 17:44:12 UTC (rev 1409)
+++ CalendarServer/trunk/conf/caldavd-test.plist	2007-03-21 17:49:29 UTC (rev 1410)
@@ -241,6 +241,8 @@
   <!-- Apache-style access log -->
   <key>AccessLogFile</key>
   <string>logs/access.log</string>
+  <key>RotateAccessLog</key>
+  <false/>
 
   <!-- Server activity log -->
   <key>ErrorLogFile</key>

Modified: CalendarServer/trunk/conf/caldavd.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd.plist	2007-03-21 17:44:12 UTC (rev 1409)
+++ CalendarServer/trunk/conf/caldavd.plist	2007-03-21 17:49:29 UTC (rev 1410)
@@ -189,7 +189,7 @@
   <key>AccessLogFile</key>
   <string>/var/log/caldavd/access.log</string>
   <key>RotateAccessLog</key>
-  <true/>
+  <false/>
 
   <!-- Server activity log -->
   <key>ErrorLogFile</key>

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2007-03-21 17:44:12 UTC (rev 1409)
+++ CalendarServer/trunk/twistedcaldav/config.py	2007-03-21 17:49:29 UTC (rev 1410)
@@ -109,7 +109,7 @@
     "ErrorLogFile"   : "/var/log/caldavd/error.log",                    # Server activity log
     "ServerStatsFile": "/Library/CalendarServer/Documents/stats.plist",
     "PIDFile"        : "/var/run/caldavd.pid",
-    "RotateAccessLog": True,
+    "RotateAccessLog": False,
 
     #
     # SSL/TLS

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070321/477142a4/attachment.html


More information about the calendarserver-changes mailing list