From 378f8cf06f6dddfc8c04a93acb03d01b855d8889 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 20 Oct 2025 12:55:40 +0200 Subject: [PATCH] Typo --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index a7f56c5..8e43a68 100644 --- a/src/main.py +++ b/src/main.py @@ -65,7 +65,7 @@ async def prometheus_middleware(request: Request, call_next): response = await call_next(request) status = response.status_code logger.debug(f"Request processed with status {status}") - except Exception: + except Exception as e: logger.exception(f"Exception during request processing: {e}") raise finally: