[CalendarServer-changes] [3865] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 16 10:48:53 PDT 2009


Revision: 3865
          http://trac.macosforge.org/projects/calendarserver/changeset/3865
Author:   wsanchez at apple.com
Date:     2009-03-16 10:48:50 -0700 (Mon, 16 Mar 2009)
Log Message:
-----------
MoreAccessLogData on by default

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/config.py

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2009-03-16 16:24:48 UTC (rev 3864)
+++ CalendarServer/trunk/twistedcaldav/config.py	2009-03-16 17:48:50 UTC (rev 3865)
@@ -181,7 +181,7 @@
     "ServerStatsFile": "/var/run/caldavd/stats.plist",
     "PIDFile"        : "/var/run/caldavd.pid",
     "RotateAccessLog"   : False,
-    "MoreAccessLogData" : False,
+    "MoreAccessLogData" : True,
     "DefaultLogLevel"   : "",
     "LogLevels"         : {},
     "AccountingCategories": {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090316/93f50d5f/attachment.html>


More information about the calendarserver-changes mailing list