Migrate logging for loguru

This commit is contained in:
Zakhar Izmaylov
2024-11-09 11:41:48 +03:00
parent 1f7d0a263f
commit b12bb33242
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,