From e13f0c60e84774f12e9cd4a8c6cf0cf2e4d3650c Mon Sep 17 00:00:00 2001 From: bingcool <2437667702@qq.com> Date: Fri, 2 Jun 2023 19:12:10 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20=E4=BC=98=E5=8C=96Log=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Util/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/Log.php b/src/Util/Log.php index eb214d32..b5cb8222 100644 --- a/src/Util/Log.php +++ b/src/Util/Log.php @@ -339,7 +339,7 @@ protected function pushProcessor($records, $App = null): array $records['hostname'] = gethostname(); $records['process'] = 'task_worker|use_self_worker'; $records['url'] = ''; - $records['require_params'] = []; + $records['request_params'] = []; if (Swfy::isWorkerProcess()) { $records['process'] = 'worker_process'; if ($App instanceof App) {