change log destination to syslog
This commit is contained in:
parent
cfe0a52f65
commit
166f9d9e31
@ -167,7 +167,7 @@
|
|||||||
// Disabling auth_internal in this list would automatically disable
|
// Disabling auth_internal in this list would automatically disable
|
||||||
// reset password link on the login form.
|
// 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
|
// Error log destination to use. Possible values: sql (uses internal logging
|
||||||
// you can read in Preferences -> System), syslog - logs to system log.
|
// you can read in Preferences -> System), syslog - logs to system log.
|
||||||
// Setting this to blank uses PHP logging (usually to http server
|
// Setting this to blank uses PHP logging (usually to http server
|
||||||
|
Reference in New Issue
Block a user