改进 格式
This commit is contained in:
parent
e51533a61c
commit
c3e1471d3f
@ -57,7 +57,7 @@ public function format(string $event, array $message = [], $stdout = true): ?str
|
|||||||
}
|
}
|
||||||
|
|
||||||
$now = now()->toDateTimeString();
|
$now = now()->toDateTimeString();
|
||||||
$message = "$now [{$message['node']['id']}]<$event> \t".$status . "\t";
|
$message = "$now [{$message['node']['id']}] \t <$event> \t".$status . "\t";
|
||||||
|
|
||||||
if ($stdout) {
|
if ($stdout) {
|
||||||
$this->info($message);
|
$this->info($message);
|
||||||
|
Loading…
Reference in New Issue
Block a user