FIX: more details

This commit is contained in:
Juan Pablo Vial
2025-06-27 16:58:15 -04:00
parent 9677f11aef
commit ccee5f9f56

View File

@ -26,7 +26,7 @@ class Schedule
try { try {
$data = $this->parseCommandLine($line); $data = $this->parseCommandLine($line);
} catch (Throwable $exception) { } catch (Throwable $exception) {
$this->logger->error($exception->getMessage()); $this->logger->error($exception->getMessage(), ['line' => $line, 'exception' => $exception]);
continue; continue;
} }
if ($this->processSchedule($now, $data)) { if ($this->processSchedule($now, $data)) {