🔊 Feature: 提升已加载的适配器日志等级 (#3110)

This commit is contained in:
Ju4tCode 2024-11-09 10:56:53 +08:00 committed by GitHub
parent 9f6c750236
commit 1fdb7a45cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>"
)