feat: 支持设置控制台日志级别;

refactor: 重写了后端与仪表盘的日志通信
This commit is contained in:
Soulter
2024-09-22 10:23:26 -04:00
parent 3b77df0556
commit 8a50786e61
29 changed files with 149 additions and 65 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from type.message_event import AstrMessageEvent
from type.command import CommandResult
from type.types import Context
from type.config import VERSION
from SparkleLogging.utils.core import LogManager
from util.log import LogManager
from logging import Logger
from util.agent.web_searcher import search_from_bing, fetch_website_content