diff --git a/app/Console/Commands/Cluster/Monitor.php b/app/Console/Commands/Cluster/Monitor.php index 0099e2b..3427eb7 100644 --- a/app/Console/Commands/Cluster/Monitor.php +++ b/app/Console/Commands/Cluster/Monitor.php @@ -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);