Remove duplicated $log_file declaration in config file

This commit is contained in:
Benjamin Renard 2021-07-28 17:17:22 +02:00
parent 451b924cd1
commit b10ba6cb73

View file

@ -29,9 +29,6 @@ if (php_sapi_name() == "cli")
else
$log_file = "$logs_dir_path/app.log";
// Log file path
$log_file = "$data_dir/logs/app.log";
// Log level (TRACE / DEBUG / INFO / WARNING / ERROR / FATAL)
$log_level = 'INFO';