This commit is contained in:
Maxime Alves LIRMM 2020-10-20 09:09:21 +02:00
parent d31efe3cc4
commit 1cd1bd74a1
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')