Get rid of logException()

This commit is contained in:
Claus-Justus Heine
2025-04-18 17:46:51 +02:00
parent 964260ab7a
commit dc5458e9a8
3 changed files with 5 additions and 11 deletions

View File

@@ -144,9 +144,7 @@ class Properties implements \ArrayAccess
$params, array_values($reflection->getConstants())
);
} catch (\ReflectionException $exception) {
$this->logger->logException(
$exception, ["app" => $this->appName]
);
$this->logger->error('Unable to determine parameter names', [ 'exception'=> $exception ]);
}
}