mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
switch logger to rotoger
This commit is contained in:
@@ -5,7 +5,7 @@ from pydantic import EmailStr
|
||||
from starlette.concurrency import run_in_threadpool
|
||||
|
||||
from app.services.smtp import SMTPEmailService
|
||||
from app.utils.logging import AppStructLogger
|
||||
from rotoger import AppStructLogger
|
||||
|
||||
logger = AppStructLogger().get_logger()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user