Log DB
This commit is contained in:
@ -18,7 +18,7 @@ class Errors
|
||||
try {
|
||||
return $handler->handle($request);
|
||||
} catch (Exception $exception) {
|
||||
$this->logger->notice($exception);
|
||||
$this->logger->warning($exception);
|
||||
} catch (Error $error) {
|
||||
$this->logger->error($error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user