diff --git a/src/Commands/QueueWatchCommand.php b/src/Commands/QueueWatchCommand.php index 01d696e..ef10546 100644 --- a/src/Commands/QueueWatchCommand.php +++ b/src/Commands/QueueWatchCommand.php @@ -107,7 +107,7 @@ protected function startQueueWorker() $this->process = new Process($command); $this->process->setPty(true); $this->process->start(function ($type, $buffer) { - $this->output->write($buffer); + $this->info($buffer); }); $this->info('Queue worker started.');