This commit is contained in:
Maxime Alves LIRMM 2020-10-20 09:09:21 +02:00 committed by Maxime Alves LIRMM@home
parent 24c68b51f2
commit 4df34b5d87
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')