[CalendarServer-changes] [219] CalendarServer/trunk/twistedcaldav/logging.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 28 15:34:12 PDT 2006


Revision: 219
          http://trac.macosforge.org/projects/calendarserver/changeset/219
Author:   wsanchez at apple.com
Date:     2006-09-28 15:34:11 -0700 (Thu, 28 Sep 2006)

Log Message:
-----------
# for comment

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/logging.py

Modified: CalendarServer/trunk/twistedcaldav/logging.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/logging.py	2006-09-28 18:59:53 UTC (rev 218)
+++ CalendarServer/trunk/twistedcaldav/logging.py	2006-09-28 22:34:11 UTC (rev 219)
@@ -27,15 +27,14 @@
 from twisted.python import log
 from twisted.web2.log import BaseCommonAccessLoggingObserver
 
-"""
-Logging levels:
-    
-0    - no logging
-1    - errors only
-2    - errors and warnings only
-3    - errors, warnings and info
-3    - errors, warnings, info and debug
-"""
+#
+# Logging levels:
+#  0 - no logging
+#  1 - errors only
+#  2 - errors and warnings only
+#  3 - errors, warnings and info
+#  4 - errors, warnings, info and debug
+#
 
 logtypes = {"none": 0, "error": 1, "warning": 2, "info": 3, "debug": 4}
 

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


More information about the calendarserver-changes mailing list