refactor(log): add prefix for fetcher and services
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user