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:
parent
fdbe079963
commit
a26dc1e9ea
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue