Merge pull request #742 from Zankaria/config-reenable-syslog

config.php: reenable syslog default
This commit is contained in:
Lorenzo Yario 2024-05-10 15:41:18 -07:00 committed by GitHub
commit 49d815c2ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@
$config['has_installed'] = '.installed';
// Deprecated, use 'log_system'.
// $config['syslog'] = false;
$config['syslog'] = false;
$config['log_system'] = [];
// Log all error messages and unauthorized login attempts.