[CalendarServer-changes] [13389] CalendarServer/trunk/calendarserver/tools/upgrade.py

source_changes at macosforge.org source_changes at macosforge.org
Thu May 1 15:10:26 PDT 2014


Revision: 13389
          http://trac.calendarserver.org//changeset/13389
Author:   dre at apple.com
Date:     2014-05-01 15:10:25 -0700 (Thu, 01 May 2014)
Log Message:
-----------
Truth in cli help - the -D option to calendarserver_upgrade doesn't actually change log level.

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

Modified: CalendarServer/trunk/calendarserver/tools/upgrade.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/upgrade.py	2014-05-01 18:41:31 UTC (rev 13388)
+++ CalendarServer/trunk/calendarserver/tools/upgrade.py	2014-05-01 22:10:25 UTC (rev 13389)
@@ -77,7 +77,7 @@
     optFlags = [
         ['status', 's', "Check database status and exit."],
         ['postprocess', 'p', "Perform post-database-import processing."],
-        ['debug', 'D', "Debug logging."],
+        ['debug', 'D', "Print log messages to STDOUT."],
     ]
 
     optParameters = [
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140501/0a26128a/attachment.html>


More information about the calendarserver-changes mailing list