<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=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 5, 2015, at 5:33 PM, Andre LaBranche &lt;<a href="mailto:dre@apple.com" class="">dre@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">I will swing back with further instructions on enabling this.</span></div></blockquote></div><br class=""><div class=""><br class=""></div><div class=""><div class="">To enable 'accounting' logs for Calendar Server, edit caldavd.plist to add target principals whose activity should be logged, e.g.:</div><div class=""><br class=""></div><div class=""><div class="">&nbsp; &nbsp; &lt;!-- Enable accounting for certain operations --&gt;</div><div class="">&nbsp; &nbsp; &lt;key&gt;AccountingCategories&lt;/key&gt;</div><div class="">&nbsp; &nbsp; &lt;dict&gt;</div><div class="">&nbsp; &nbsp; &nbsp; &lt;key&gt;iTIP&lt;/key&gt;</div><div class="">&nbsp; &nbsp; &nbsp; &lt;false/&gt;</div><div class="">&nbsp; &nbsp; &nbsp; &lt;key&gt;HTTP&lt;/key&gt;</div><div class="">&nbsp; &nbsp; &nbsp; &lt;<b class=""><font color="#ff2700" class="">true</font></b>/&gt;</div><div class="">&nbsp; &nbsp; &lt;/dict&gt;</div><div class=""><br class=""></div><div class="">&nbsp; &nbsp; &lt;!-- Enable accounting for specific principals --&gt;</div><div class="">&nbsp; &nbsp; &lt;key&gt;AccountingPrincipals&lt;/key&gt;</div><div class="">&nbsp; &nbsp; &lt;array&gt;</div><div class="">&nbsp; &nbsp; &nbsp; &lt;string&gt;<b class=""><font color="#ff2700" class="">/principals/__uids__/454D85C0-09F0-4DC6-A3C6-97DFEB4622CD/</font></b>&lt;/string&gt;</div><div class="">&nbsp; &nbsp; &lt;/array&gt;</div></div><div class=""><br class=""></div><div class="">Once the change is made, HUP the master process or restart the service. The logs are written to an 'accounting' directory adjacent to the other logs.</div><div class=""><br class=""></div><div class="">AccountingPrincipals is an array, so you can list as many principals here as you like.</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">-dre</div></body></html>