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

@@ -90,7 +90,7 @@ if ($installation) {
}
} catch (\Throwable $e) {
http_response_code(500);
$logger->error($e->getMessage());
$logger->severe($e);
$response = $router->returnStatusCode(500);
}
}