1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Update config.php

This commit is contained in:
Éric Gaspar 2022-06-06 13:37:27 +02:00
parent fdbe079963
commit a26dc1e9ea
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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');