[CalendarServer-changes] [755] CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/tap.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 7 16:35:27 PST 2006


Revision: 755
          http://trac.macosforge.org/projects/calendarserver/changeset/755
Author:   dreid at apple.com
Date:     2006-12-07 16:35:27 -0800 (Thu, 07 Dec 2006)

Log Message:
-----------
Logfile and pidfile support

Modified Paths:
--------------
    CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/tap.py

Modified: CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/tap.py
===================================================================
--- CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/tap.py	2006-12-08 00:16:02 UTC (rev 754)
+++ CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/tap.py	2006-12-08 00:35:27 UTC (rev 755)
@@ -60,6 +60,9 @@
 
         config.parseConfig(self['config'])
 
+        self.parent['logfile'] = config.ErrorLogFile
+        self.parent['pidfile'] = config.PIDFile
+
 class CaldavServiceMaker(object):
     implements(IPlugin, service.IServiceMaker)
 

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


More information about the calendarserver-changes mailing list