Remove duplicated $log_file declaration in config file
This commit is contained in:
parent
451b924cd1
commit
b10ba6cb73
1 changed files with 0 additions and 3 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue