Skip to content

Commit

Permalink
🔊 Feature: 提升已加载的适配器日志等级 (#3110)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Nov 9, 2024
1 parent 9f6c750 commit 1fdb7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot/internal/driver/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def logger(self):
@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>"
)

Expand Down

0 comments on commit 1fdb7a4

Please sign in to comment.