[CalendarServer-changes] [15590] CalendarServer/trunk/calendarserver/logAnalysis.py

source_changes at macosforge.org source_changes at macosforge.org
Fri May 13 11:16:05 PDT 2016


Revision: 15590
          http://trac.calendarserver.org//changeset/15590
Author:   cdaboo at apple.com
Date:     2016-05-13 11:16:05 -0700 (Fri, 13 May 2016)
Log Message:
-----------
Identify cross-pod requests in the method results.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/logAnalysis.py

Modified: CalendarServer/trunk/calendarserver/logAnalysis.py
===================================================================
--- CalendarServer/trunk/calendarserver/logAnalysis.py	2016-05-12 21:35:45 UTC (rev 15589)
+++ CalendarServer/trunk/calendarserver/logAnalysis.py	2016-05-13 18:16:05 UTC (rev 15590)
@@ -67,6 +67,7 @@
 METHOD_POST_ATTENDEE = "POST Attendee"
 METHOD_POST_OUTBOX = "POST Outbox"
 METHOD_POST_APNS = "POST apns"
+METHOD_POST_CONDUIT = "POST conduit"
 
 # PUTs
 METHOD_PUT_ICS = "PUT ics"
@@ -251,6 +252,9 @@
         elif uribits[0].startswith("apns"):
             return METHOD_POST_APNS
 
+        elif uribits[0].startswith("conduit"):
+            return METHOD_POST_CONDUIT
+
         return method
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160513/6184684e/attachment.html>


More information about the calendarserver-changes mailing list