[CalendarServer-changes] [8469] CalendarServer/trunk/calendarserver/tools/shell.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 16 15:29:56 PST 2011


Revision: 8469
          http://trac.macosforge.org/projects/calendarserver/changeset/8469
Author:   wsanchez at apple.com
Date:     2011-12-16 15:29:56 -0800 (Fri, 16 Dec 2011)
Log Message:
-----------
Turn off logging.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/shell.py

Modified: CalendarServer/trunk/calendarserver/tools/shell.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/shell.py	2011-12-16 23:12:07 UTC (rev 8468)
+++ CalendarServer/trunk/calendarserver/tools/shell.py	2011-12-16 23:29:56 UTC (rev 8469)
@@ -28,7 +28,6 @@
 from cStringIO import StringIO
 
 from twisted.python import log
-from twisted.python.log import startLogging
 from twisted.python.text import wordWrap
 from twisted.python.usage import Options, UsageError
 from twisted.internet.defer import succeed, Deferred
@@ -98,8 +97,9 @@
         Start the service.
         """
         # For debugging
-        f = open("/tmp/shell.log", "w")
-        startLogging(f)
+        #from twisted.python.log import startLogging
+        #f = open("/tmp/shell.log", "w")
+        #startLogging(f)
 
         super(ShellService, self).startService()
 
@@ -785,7 +785,7 @@
     def list(self):
         result = set()
 
-        # FIXME ...
+        # FIXME ...?
 
         returnValue(result)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111216/5235a6b9/attachment-0001.html>


More information about the calendarserver-changes mailing list