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

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 6 10:37:00 PDT 2015


Revision: 15168
          http://trac.calendarserver.org//changeset/15168
Author:   sagen at apple.com
Date:     2015-10-06 10:36:59 -0700 (Tue, 06 Oct 2015)
Log Message:
-----------
Default to using warn log level, and the canonical user/group names

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

Modified: CalendarServer/trunk/conf/caldavd-apple.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-apple.plist	2015-10-05 21:25:35 UTC (rev 15167)
+++ CalendarServer/trunk/conf/caldavd-apple.plist	2015-10-06 17:36:59 UTC (rev 15168)
@@ -342,7 +342,7 @@
 
     <!-- Log levels -->
     <key>DefaultLogLevel</key>
-    <string>info</string> <!-- debug, info, warn, error -->
+    <string>warn</string> <!-- debug, info, warn, error -->
 
     <!-- Server process ID file -->
     <key>PIDFile</key>
@@ -371,10 +371,10 @@
       -->
 
     <key>UserName</key>
-    <string>calendar</string>
+    <string>_calendar</string>
 
     <key>GroupName</key>
-    <string>calendar</string>
+    <string>_calendar</string>
 
     <key>ProcessType</key>
     <string>Combined</string>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151006/71a2c477/attachment.html>


More information about the calendarserver-changes mailing list