Captcha bugfix + Logger stracktrace improvements

This commit is contained in:
2024-05-04 17:06:39 +02:00
parent 2a1db919e8
commit a5e4cf6a74
5 changed files with 26 additions and 17 deletions

View File

@@ -321,7 +321,7 @@ abstract class Request {
} catch (\Throwable $err) {
http_response_code(500);
$this->createError($err->getMessage());
$this->logger->error($err->getMessage());
$this->logger->severe($err);
}
$sql->setLastError("");