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

@ -3,9 +3,11 @@ import httpx
import asyncio
import os
import json
from loguru import logger
from app.service.chat_service import Chat
from app.component.environment import env
from app.utils import traceroot_wrapper as traceroot
logger = traceroot.get_logger("sync_step")
def sync_step(func):