<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">Yes, the relevant caldavd.plist config snippets are:</div><div class=""><br class=""></div><div class="">&nbsp; &nbsp;&nbsp;&lt;!-- Enable accounting for certain operations --&gt;<br class="">&nbsp; &nbsp;&nbsp;&lt;key&gt;AccountingCategories&lt;/key&gt;<br class="">&nbsp; &nbsp;&nbsp;&lt;dict&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;key&gt;HTTP&lt;/key&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;false/&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;key&gt;iTIP&lt;/key&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;false/&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;key&gt;iTIP-VFREEBUSY&lt;/key&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;false/&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;key&gt;Implicit Errors&lt;/key&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;false/&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;key&gt;AutoScheduling&lt;/key&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;false/&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;key&gt;iSchedule&lt;/key&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;false/&gt;<br class="">&nbsp; &nbsp;&nbsp;&lt;/dict&gt;<br class=""><br class="">&nbsp; &nbsp;&nbsp;&lt;!-- Enable accounting for specific principal GUIDs or use "*" for all&nbsp;&nbsp;--&gt;<br class="">&nbsp; &nbsp;&nbsp;&lt;key&gt;AccountingPrincipals&lt;/key&gt;<br class="">&nbsp; &nbsp;&nbsp;&lt;array&gt;<br class="">&nbsp; &nbsp; &nbsp;&nbsp;&lt;!-- &lt;string&gt;454D85C0-09F0-4DC6-A3C6-97DFEB4622CD&lt;/string&gt; --&gt;<br class="">&nbsp; &nbsp;&nbsp;&lt;/array&gt;</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Change HTTP to &lt;true/&gt; and bounce the server. A new directory will appear in LogRoot (i.e. adjacent to the other calendar server log files) called 'accounting' - look there for the data you seek.</div><div class=""><br class=""></div><div class="">If you only want to log requests for certain principals, specify their GUIDs in AccountingPrincipals.</div><div class=""><br class=""></div><div class="">DO NOT LEAVE THIS LOGGING ENABLED INDEFINITELY unless you also configure some mechanism for managing the log history. If left unchecked with an active service, it will fill your disk.</div><div class=""><br class=""></div><div class="">-dre</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 19, 2015, at 8:36 AM, Lucian Szantho &lt;<a href="mailto:lucian.szantho@gmail.com" class="">lucian.szantho@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_default" style="font-size:large"><div class="gmail_default">Hi, I have setup CalendarServer 7 and I would like to take a look at the&nbsp;PROPFIND&nbsp;request/response payloads. Is there any way to enable such logging?</div><div class="gmail_default"><br class=""></div><div class="gmail_default">Thanks,</div><div class="gmail_default">/Lucian</div></div></div>
_______________________________________________<br class="">calendarserver-dev mailing list<br class=""><a href="mailto:calendarserver-dev@lists.macosforge.org" class="">calendarserver-dev@lists.macosforge.org</a><br class="">https://lists.macosforge.org/mailman/listinfo/calendarserver-dev<br class=""></div></blockquote></div><br class=""></div></body></html>