FIX: more details
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user