[CalendarServer-changes] [10969] CalendarServer/trunk/conf/caldavd-apple.plist

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 27 13:20:55 PDT 2013


Revision: 10969
          http://trac.calendarserver.org//changeset/10969
Author:   dre at apple.com
Date:     2013-03-27 13:20:55 -0700 (Wed, 27 Mar 2013)
Log Message:
-----------
In the Apple config, add time stamps to the Postgres log line format, and also log lock waits >= 10 seconds

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd-apple.plist

Modified: CalendarServer/trunk/conf/caldavd-apple.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-apple.plist	2013-03-22 20:48:45 UTC (rev 10968)
+++ CalendarServer/trunk/conf/caldavd-apple.plist	2013-03-27 20:20:55 UTC (rev 10969)
@@ -105,6 +105,13 @@
     <dict>
         <key>Ctl</key>
         <string>xpg_ctl</string>
+        <key>Options</key>
+        <array>
+        <!-- <string>-c log_statement=all</string> -->
+            <string>-c log_lock_waits=TRUE</string>
+            <string>-c deadlock_timeout=10</string>
+            <string>-c log_line_prefix='%m [%p] '</string>
+        </array>
     </dict>
 
     <!-- Data root -->
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130327/97070ceb/attachment.html>


More information about the calendarserver-changes mailing list