kin: BATON-FIX-011-backend_dev

This commit is contained in:
Gros Frumos 2026-03-21 09:19:29 +02:00
parent e21bcb1eb4
commit 8896bc32f4

View file

@ -30,6 +30,7 @@ from backend.models import (
_api_key_bearer = HTTPBearer(auto_error=False)
logging.basicConfig(level=logging.INFO)
logging.getLogger("httpx").setLevel(logging.WARNING)
logger = logging.getLogger(__name__)