From 95ac11a6aad8238a8349d8bda421739307987cae Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Mon, 5 Mar 2018 13:34:04 -0800 Subject: Add system log driver and use it by default --- config.default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 31849160..c9a387e0 100644 --- a/config.default.php +++ b/config.default.php @@ -10,8 +10,8 @@ define('DATA_DIR', __DIR__.DIRECTORY_SEPARATOR.'data'); // Enable/Disable debug define('DEBUG', false); -// Available log drivers: syslog, stderr, stdout or file -define('LOG_DRIVER', ''); +// Available log drivers: syslog, stderr, stdout, system or file +define('LOG_DRIVER', 'system'); // Log filename if the log driver is "file" define('LOG_FILE', DATA_DIR.DIRECTORY_SEPARATOR.'debug.log'); -- cgit v1.2.3