Skip to content

Commit

Permalink
fixed: 优化Log的错误字段
Browse files Browse the repository at this point in the history
  • Loading branch information
bingcool committed Jun 2, 2023
1 parent d00cb6c commit e13f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e13f0c6

Please sign in to comment.