feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
101 changed files with 409 additions and 2879 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)) {