refactor(log): add prefix for fetcher and services

This commit is contained in:
MingxuanGame
2025-10-03 08:22:41 +00:00
parent 346c2557cf
commit afd5018bcd
7 changed files with 112 additions and 98 deletions

View File

@@ -5,9 +5,10 @@
from __future__ import annotations
from app.log import logger
from fastapi import HTTPException
import httpx
from loguru import logger
import redis.asyncio as redis