change log destination to syslog

This commit is contained in:
Robert Kaussow 2019-07-25 14:48:08 +02:00
parent cfe0a52f65
commit 166f9d9e31
1 changed files with 1 additions and 1 deletions

View File

@ -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