@@ -60,7 +60,7 @@ |
||
| 60 | 60 | */ |
| 61 | 61 | public function afterException($controller, $methodName, \Exception $exception) { |
| 62 | 62 | if ($exception instanceof StatusException) { |
| 63 | - if($this->config->getSystemValue('loglevel', Util::WARN) === Util::DEBUG) { |
|
| 63 | + if ($this->config->getSystemValue('loglevel', Util::WARN) === Util::DEBUG) { |
|
| 64 | 64 | $this->logger->logException($exception); |
| 65 | 65 | } |
| 66 | 66 | return new JSONResponse([ |