🦄 refactor(log): colorful log

This commit is contained in:
kalicyh
2025-02-18 00:07:19 +08:00
parent 921e3c2c75
commit 2acee60d73
32 changed files with 423 additions and 190 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import json
import logging
from config.logger import setup_logging
logger = logging.getLogger(__name__)
logger = setup_logging()
async def handleHelloMessage(conn):