[CalendarServer-changes] [3385] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Nov 17 13:28:00 PST 2008


Revision: 3385
          http://trac.macosforge.org/projects/calendarserver/changeset/3385
Author:   wsanchez at apple.com
Date:     2008-11-17 13:28:00 -0800 (Mon, 17 Nov 2008)
Log Message:
-----------
Default log level info->warn.

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

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2008-11-14 04:15:55 UTC (rev 3384)
+++ CalendarServer/trunk/twistedcaldav/config.py	2008-11-17 21:28:00 UTC (rev 3385)
@@ -565,7 +565,7 @@
             if "DefaultLogLevel" in self._data:
                 level = self._data["DefaultLogLevel"]
                 if not level:
-                    level = "info"
+                    level = "warn"
                 setLogLevelForNamespace(None, level)
 
             if "LogLevels" in self._data:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081117/e0236804/attachment.html>


More information about the calendarserver-changes mailing list