enhance: log system

This commit is contained in:
Saedbhati 2025-10-08 14:50:07 +05:30
parent a3b45a0c05
commit 08143704f7
24 changed files with 86 additions and 81 deletions

View file

@ -5,7 +5,6 @@ from pathlib import Path
from dotenv import load_dotenv
from fastapi import APIRouter, Request, Response
from fastapi.responses import StreamingResponse
from loguru import logger
from app.utils import traceroot_wrapper as traceroot
from app.component import code
from app.exception.exception import UserException