From a26dc1e9ea2d925838d2a30aaa22e5a0ee35f5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 6 Jun 2022 13:37:27 +0200 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 99a69b6..4a618f1 100644 --- a/conf/config.php +++ b/conf/config.php @@ -7,7 +7,7 @@ define('DATA_DIR', __DIR__.DIRECTORY_SEPARATOR.'data'); define('DEBUG', false); // Available log drivers: syslog, stderr, stdout or file -define('LOG_DRIVER', ''); +define('LOG_DRIVER', 'file'); // Log filename if the log driver is "file" define('LOG_FILE', DATA_DIR.DIRECTORY_SEPARATOR.'debug.log');