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) {