From e27c009be8cf204c694e190eb4969b2090df4be4 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 3 Mar 2023 10:36:43 +0100 Subject: [PATCH] Log: fix typo when getting CLI log file path --- src/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Log.php b/src/Log.php index 804ae8d..1b18ea3 100644 --- a/src/Log.php +++ b/src/Log.php @@ -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