Log: fix typo when getting CLI log file path
This commit is contained in:
parent
455ec45c3b
commit
e27c009be8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue