[CalendarServer-changes] [13725] CalendarServer/trunk/txdav/dps/server.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 3 15:48:02 PDT 2014


Revision: 13725
          http://trac.calendarserver.org//changeset/13725
Author:   sagen at apple.com
Date:     2014-07-03 15:48:02 -0700 (Thu, 03 Jul 2014)
Log Message:
-----------
Commenting out extremely noisy logging

Modified Paths:
--------------
    CalendarServer/trunk/txdav/dps/server.py

Modified: CalendarServer/trunk/txdav/dps/server.py
===================================================================
--- CalendarServer/trunk/txdav/dps/server.py	2014-07-03 22:47:01 UTC (rev 13724)
+++ CalendarServer/trunk/txdav/dps/server.py	2014-07-03 22:48:02 UTC (rev 13725)
@@ -119,7 +119,7 @@
         log.debug("Continuation: {c}", c=continuation)
         records = self._retrieveContinuation(continuation)
         response = self._recordsToResponse(records)
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         return response
 
 
@@ -194,7 +194,7 @@
         response = {
             "fields": pickle.dumps(fields),
         }
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -212,7 +212,7 @@
         response = {
             "fields": pickle.dumps(fields),
         }
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -226,7 +226,7 @@
         response = {
             "fields": pickle.dumps(fields),
         }
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -239,7 +239,7 @@
             self._directory.recordType.lookupByName(recordType))
         )
         response = self._recordsToResponse(records)
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -250,7 +250,7 @@
         log.debug("RecordsWithEmailAddress: {e}", e=emailAddress)
         records = (yield self._directory.recordsWithEmailAddress(emailAddress))
         response = self._recordsToResponse(records)
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -265,7 +265,7 @@
             tokens, context=context
         )
         response = self._recordsToResponse(records)
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -306,7 +306,7 @@
             newFields, operand=operand, recordType=recordType
         )
         response = self._recordsToResponse(records)
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -327,7 +327,7 @@
                 records.append(member)
 
         response = self._recordsToResponse(records)
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -357,7 +357,7 @@
         response = {
             "success": success,
         }
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -376,7 +376,7 @@
         for group in (yield record.groups()):
             records.append(group)
         response = self._recordsToResponse(records)
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -392,7 +392,7 @@
         response = {
             "authenticated": authenticated,
         }
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -426,7 +426,7 @@
         response = {
             "authenticated": authenticated,
         }
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
@@ -444,7 +444,7 @@
         response = {
             "access": access.name.encode("utf-8"),
         }
-        log.debug("Responding with: {response}", response=response)
+        # log.debug("Responding with: {response}", response=response)
         returnValue(response)
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140703/e63abdb0/attachment.html>


More information about the calendarserver-changes mailing list