changed logger to uvicorn

This commit is contained in:
Maxime Alves LIRMM@home 2020-10-27 10:10:35 +01:00
parent d31efe3cc4
commit 8bfdc8f428
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import logging
from types import ModuleType
from typing import Generator, Dict, List
logger = logging.getLogger("halfapi")
logger = logging.getLogger("uvicorn.asgi")
VERBS = ('GET', 'POST', 'PUT', 'PATCH', 'DELETE')