mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-23 16:45:05 +08:00
🔊 Feature: 提升已加载的适配器日志等级 (#3110)
This commit is contained in:
parent
9f6c750236
commit
1fdb7a45cf
@ -114,7 +114,7 @@ class Driver(abc.ABC):
|
||||
@abc.abstractmethod
|
||||
def run(self, *args, **kwargs):
|
||||
"""启动驱动框架"""
|
||||
logger.opt(colors=True).debug(
|
||||
logger.opt(colors=True).success(
|
||||
f"<g>Loaded adapters: {escape_tag(', '.join(self._adapters))}</g>"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user