[CalendarServer-changes] [11697] CalendarServer/branches/users/glyph/log-cleanups/twext/python/log. py
source_changes at macosforge.org
source_changes at macosforge.org
Tue Sep 17 16:02:15 PDT 2013
Revision: 11697
http://trac.calendarserver.org//changeset/11697
Author: glyph at apple.com
Date: 2013-09-17 16:02:15 -0700 (Tue, 17 Sep 2013)
Log Message:
-----------
coding standard: no spaces before :
Modified Paths:
--------------
CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py
Modified: CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py
===================================================================
--- CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py 2013-09-17 23:02:15 UTC (rev 11696)
+++ CalendarServer/branches/users/glyph/log-cleanups/twext/python/log.py 2013-09-17 23:02:15 UTC (rev 11697)
@@ -163,11 +163,11 @@
# Mappings to Python's logging module
#
pythonLogLevelMapping = {
- LogLevel.debug : logging.DEBUG,
- LogLevel.info : logging.INFO,
- LogLevel.warn : logging.WARNING,
- LogLevel.error : logging.ERROR,
- #LogLevel.critical: logging.CRITICAL,
+ LogLevel.debug: logging.DEBUG,
+ LogLevel.info: logging.INFO,
+ LogLevel.warn: logging.WARNING,
+ LogLevel.error: logging.ERROR,
+ # LogLevel.critical: logging.CRITICAL,
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130917/b98b275f/attachment-0001.html>
More information about the calendarserver-changes
mailing list