From f658a45d38be3ee068383a1ae9fe610886fd9dc0 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Wed, 30 Jan 2019 22:59:05 +1300 Subject: [PATCH] Provide example of how to enable audit logging --- config/example-config.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/example-config.php b/config/example-config.php index 91856f86..85831f78 100644 --- a/config/example-config.php +++ b/config/example-config.php @@ -768,3 +768,16 @@ $c->admin_email ='calendar-admin@example.com'; // $c->metrics_collectors = array('127.0.0.1'); // Restrict access to only this IP address // $c->metrics_require_user = 'metricsuser'; // Restrict access to only connections authenticating as this user +/*************************************************************************** +* * +* Audit Logging * +* * +***************************************************************************/ +/* To enable audit logging to syslog you can uncomment the following line. +* +* This file is suitable for basic auditing, if you want/need more comprehensive +* logging then see: +* http://wiki.davical.org/index.php/Configuration/hooks/log_caldav_action +*/ +//include('log_caldav_action.php'); +