改进 格式

This commit is contained in:
iVampireSP.com 2023-02-15 13:54:29 +08:00
parent e51533a61c
commit c3e1471d3f
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -57,7 +57,7 @@ public function format(string $event, array $message = [], $stdout = true): ?str
}
$now = now()->toDateTimeString();
$message = "$now [{$message['node']['id']}]<$event> \t".$status . "\t";
$message = "$now [{$message['node']['id']}] \t <$event> \t".$status . "\t";
if ($stdout) {
$this->info($message);