chore: add structured logging with structlog; add request_id middleware; replace std logging

This commit is contained in:
HotSwapp
2025-10-06 22:22:04 -05:00
parent b2d751f555
commit 0637fc2a63
8 changed files with 177 additions and 34 deletions

View File

@@ -8,3 +8,5 @@ python-dotenv==1.0.0
uvicorn[standard]==0.24.0
jinja2==3.1.2
aiofiles==23.2.1
structlog==24.1.0
itsdangerous==2.2.0