[CalendarServer-changes] [14474] CalendarServer/branches/users/sagen/trashcan-5/calendarserver/tools /cmdline.py
source_changes at macosforge.org
source_changes at macosforge.org
Tue Feb 24 10:19:13 PST 2015
Revision: 14474
http://trac.calendarserver.org//changeset/14474
Author: sagen at apple.com
Date: 2015-02-24 10:19:13 -0800 (Tue, 24 Feb 2015)
Log Message:
-----------
cmd line log fix from trunk
Modified Paths:
--------------
CalendarServer/branches/users/sagen/trashcan-5/calendarserver/tools/cmdline.py
Modified: CalendarServer/branches/users/sagen/trashcan-5/calendarserver/tools/cmdline.py
===================================================================
--- CalendarServer/branches/users/sagen/trashcan-5/calendarserver/tools/cmdline.py 2015-02-24 17:12:11 UTC (rev 14473)
+++ CalendarServer/branches/users/sagen/trashcan-5/calendarserver/tools/cmdline.py 2015-02-24 18:19:13 UTC (rev 14474)
@@ -96,6 +96,8 @@
if patchConfig is not None:
patchConfig(config)
+ checkDirectories(config)
+
utilityLogFile = LogFile.fromFullPath(
config.UtilityLogFile,
rotateLength=config.ErrorLogRotateMB * 1024 * 1024,
@@ -104,9 +106,6 @@
utilityLogObserver = FileLogObserver(utilityLogFile)
utilityLogObserver.start()
-
- checkDirectories(config)
-
config.ProcessType = "Utility"
config.UtilityServiceClass = _makeValidService
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150224/ee5685f3/attachment.html>
More information about the calendarserver-changes
mailing list