Log: fix typo when getting CLI log file path

This commit is contained in:
Benjamin Renard 2023-03-03 10:36:43 +01:00
parent 455ec45c3b
commit e27c009be8
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -73,7 +73,7 @@ class Log {
)
);
self :: $filepath = App::get(
php_sapi_name() == 'cli'?'log.cli_logfile_path':'log.file_path'
php_sapi_name() == 'cli'?'log.cli_file_path':'log.file_path'
);
// PHP error_log() fallback