[CalendarServer-changes] [4541] CalendarServer/trunk/doc/Admin/ExtendedLogItems.txt

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 15 14:28:18 PDT 2009


Revision: 4541
          http://trac.macosforge.org/projects/calendarserver/changeset/4541
Author:   wsanchez at apple.com
Date:     2009-09-15 14:28:18 -0700 (Tue, 15 Sep 2009)
Log Message:
-----------
Add example. Submethod is in parens.

Modified Paths:
--------------
    CalendarServer/trunk/doc/Admin/ExtendedLogItems.txt

Modified: CalendarServer/trunk/doc/Admin/ExtendedLogItems.txt
===================================================================
--- CalendarServer/trunk/doc/Admin/ExtendedLogItems.txt	2009-09-15 21:11:34 UTC (rev 4540)
+++ CalendarServer/trunk/doc/Admin/ExtendedLogItems.txt	2009-09-15 21:28:18 UTC (rev 4541)
@@ -3,15 +3,15 @@
  * Adding a "sub-method" to the HTTP method field.
  * Adding key-value pairs at the end of log lines.
 
-The sub-method is adding by appending a "." followed by the name of
-the sub-method to the original HTTP request method.  This is used to
+The sub-method is adding by appending the name of the sub-method in
+parentheses to the original HTTP request method.  This is used to
 clarify what operation is going on for HTTP methods that are commonly
 used to tunnel other operations, such as POST and REPORT.  For
-example, CalDAV uses POST to for free/busy lookups, and there are many
+example, CalDAV uses POST for free/busy lookups, and there are many
 types of REPORTs.
 
 Key-value pairs are used to provide additional details about the
-request.  They are added to the end of the line as enw fields in the
+request.  They are added to the end of the line as new fields in the
 form key=value.
 
 These keys are always emitted:
@@ -42,3 +42,11 @@
    an implicit scheduling operation.
 
  * itip.reply - "reply" or "cancel" if...???
+
+In this example, we see a CalDAV:calendar-multiget REPORT for 32
+resources in a user's calendar, which was handled by instance 8459 in
+183.0ms, with one outstanding request (the one being logged):
+
+{{{
+17.108.160.37 - scastillo [15/Sep/2009:20:10:23 +0000] "REPORT(CalDAV:calendar-multiget) /calendars/__uids__/B8CE9430-965B-11DE-B626-EC2E9DB52B69/calendar/ HTTP/1.1" 207 149285 "-" "DAVKit/4.0 (729); CalendarStore/4.0 (965); iCal/4.0 (1362); Mac OS X/10.6.1 (10B504)" i=8459 t=183.0 or=1 rcount=32
+}}}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090915/d6be0a5f/attachment-0001.html>


More information about the calendarserver-changes mailing list