[CalendarServer-changes] [8673] CalendarServer/branches/users/wsanchez/d2/twext/internet/spawnsvc.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 14 13:48:44 PST 2012


Revision: 8673
          http://trac.macosforge.org/projects/calendarserver/changeset/8673
Author:   wsanchez at apple.com
Date:     2012-02-14 13:48:42 -0800 (Tue, 14 Feb 2012)
Log Message:
-----------
Hack to enable logging until we have a better fix in place

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/d2/twext/internet/spawnsvc.py

Modified: CalendarServer/branches/users/wsanchez/d2/twext/internet/spawnsvc.py
===================================================================
--- CalendarServer/branches/users/wsanchez/d2/twext/internet/spawnsvc.py	2012-02-14 20:03:32 UTC (rev 8672)
+++ CalendarServer/branches/users/wsanchez/d2/twext/internet/spawnsvc.py	2012-02-14 21:48:42 UTC (rev 8673)
@@ -30,6 +30,7 @@
 if __name__ == '__main__':
 
     sys.stdout = sys.stderr
+    log.startLogging(sys.stderr)
     there = sys.argv[1]
     protocolClass = namedAny(there)
     proto = protocolClass()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120214/7f40565a/attachment-0001.html>


More information about the calendarserver-changes mailing list