diff --git a/config/config-template.php b/config/config-template.php index 7c6212fd3cee5ed79c7f0aacdb63682e75eb07d2..b9c8eb8418a2da9d3bb2ba745608a0accc01df1b 100644 --- a/config/config-template.php +++ b/config/config-template.php @@ -24,6 +24,20 @@ $config = array ( */ 'debug' => false, + /* + * Logging. + * + * Choose a syslog facility to use for logging. + * And define the minimum log level to log + * LOG_ERR No statistics, only errors + * LOG_WARNING No statistics, only warnings/errors + * LOG_NOTICE Statistics and errors + * LOG_INFO Verbose logs + * LOG_DEBUG Full debug logs - not reccomended for production + */ + 'logging.facility' => LOG_LOCAL5, + 'logging.level' => LOG_NOTICE, + /* * This value is the duration of the session in seconds. Make sure that the time duration of * cookies both at the SP and the IdP exceeds this duration.