[CalendarServer-changes] [14600] CalendarServer/trunk/twistedcaldav/stdconfig.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 16 13:03:45 PDT 2015


Revision: 14600
          http://trac.calendarserver.org//changeset/14600
Author:   sagen at apple.com
Date:     2015-03-16 13:03:45 -0700 (Mon, 16 Mar 2015)
Log Message:
-----------
The 'log all sql statements' flag was probably enabled by mistake

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

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2015-03-16 18:06:35 UTC (rev 14599)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2015-03-16 20:03:45 UTC (rev 14600)
@@ -421,7 +421,7 @@
         "LabelsInSQL"            : False,
         "Statistics"             : False,
         "StatisticsLogFile"      : "sqlstats.log",
-        "SQLStatements"          : True,
+        "SQLStatements"          : False,
         "TransactionWaitSeconds" : 0,
     },
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150316/c9f26ac7/attachment.html>


More information about the calendarserver-changes mailing list