> On Feb 5, 2015, at 5:33 PM, Andre LaBranche <d...@apple.com> wrote:
>
> I will swing back with further instructions on enabling this.
To enable 'accounting' logs for Calendar Server, edit caldavd.plist to add
target principals whose activity should be logged, e.g.:
<!-- Enable accounting for certain operations -->
<key>AccountingCategories</key>
<dict>
<key>iTIP</key>
<false/>
<key>HTTP</key>
<true/>
</dict>
<!-- Enable accounting for specific principals -->
<key>AccountingPrincipals</key>
<array>
<string>/principals/__uids__/454D85C0-09F0-4DC6-A3C6-97DFEB4622CD/</string>
</array>
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.
AccountingPrincipals is an array, so you can list as many principals here as
you like.
-dre
_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/calendarserver-users