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