1
0
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:
Zankaria 2024-10-04 13:10:38 +02:00
parent 927a837216
commit b501852ea4

View File

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