feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
179 changed files with 615 additions and 7729 deletions
Showing only changes of commit ccee5f9f56 - Show all commits

View File

@ -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)) {