diff --git a/cli/src/Service/Schedule.php b/cli/src/Service/Schedule.php index c67077a..4fe7187 100644 --- a/cli/src/Service/Schedule.php +++ b/cli/src/Service/Schedule.php @@ -26,7 +26,7 @@ class Schedule try { $data = $this->parseCommandLine($line); } catch (Throwable $exception) { - $this->logger->error($exception->getMessage()); + $this->logger->error($exception->getMessage(), ['line' => $line, 'exception' => $exception]); continue; } if ($this->processSchedule($now, $data)) {