mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 01:10:51 +01:00
config.php: update LogDriver configuration
This commit is contained in:
parent
927a837216
commit
b501852ea4
@ -71,7 +71,7 @@
|
|||||||
$config['log_system'] = [
|
$config['log_system'] = [
|
||||||
/*
|
/*
|
||||||
* Log all error messages and unauthorized login attempts.
|
* Log all error messages and unauthorized login attempts.
|
||||||
* Can be "syslog", "error_log" (default), "file", "stderr" or "none".
|
* Can be "syslog", "error_log" (default), "file", or "stderr".
|
||||||
*/
|
*/
|
||||||
'type' => 'error_log',
|
'type' => 'error_log',
|
||||||
// The application name used by the logging system. Defaults to "tinyboard" for backwards compatibility.
|
// The application name used by the logging system. Defaults to "tinyboard" for backwards compatibility.
|
||||||
|
Loading…
Reference in New Issue
Block a user