refactor: update logger import paths to use rotoger

This commit is contained in:
grillazz
2026-03-09 18:05:05 +01:00
parent 07c98d79ae
commit 21c5953385
13 changed files with 21 additions and 108 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from typing import Any
from asyncpg import UniqueViolationError
from fastapi import HTTPException, status
from app.services.logging import get_logger
from rotoger import get_logger
from sqlalchemy.exc import IntegrityError, SQLAlchemyError
from sqlalchemy.ext.asyncio import AsyncSession
from sqlalchemy.orm import DeclarativeBase, declared_attr