Migrate logging for loguru

This commit is contained in:
Zakhar Izmaylov
2024-11-09 11:41:48 +03:00
parent ff2c66784d
commit 76dd0fd1f6
15 changed files with 15 additions and 52 deletions
+1 -4
View File
@@ -1,11 +1,8 @@
import json
import logging
from loguru import logger
from config import SERVERS
logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger(__name__)
async def add_client(
session,