fix: logging.getLogger gets properly configured logger

This commit is contained in:
Piotr Dec 2025-10-15 23:57:19 +02:00
parent 2d3699ad00
commit 27d1332b35
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0
6 changed files with 133 additions and 34 deletions

2
run.sh
View file

@ -1 +1 @@
uv run uvicorn app.main:app --reload
uvicorn app.main:app --factory --reload