From 166f9d9e3197a50f2fb594e046e8ddcd24245b63 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 25 Jul 2019 14:48:08 +0200 Subject: [PATCH] change log destination to syslog --- overlay/etc/templates/config.php.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlay/etc/templates/config.php.tmpl b/overlay/etc/templates/config.php.tmpl index 4601ca7..7c8877d 100644 --- a/overlay/etc/templates/config.php.tmpl +++ b/overlay/etc/templates/config.php.tmpl @@ -167,7 +167,7 @@ // Disabling auth_internal in this list would automatically disable // reset password link on the login form. - define('LOG_DESTINATION', 'sql'); + define('LOG_DESTINATION', 'syslog'); // Error log destination to use. Possible values: sql (uses internal logging // you can read in Preferences -> System), syslog - logs to system log. // Setting this to blank uses PHP logging (usually to http server