logger+fmt+isort

This commit is contained in:
2024-04-18 13:47:01 +03:00
parent 2b3aa43faf
commit 12602ac57c
15 changed files with 96 additions and 20 deletions

View File

@@ -5,10 +5,9 @@ from aiohttp import ClientSession
from starlette.exceptions import HTTPException
from services.core import get_author_by_user
from services.logger import root_logger as logger
from settings import AUTH_URL
logger = logging.getLogger("[services.auth] ")
logger.setLevel(logging.DEBUG)