Skip to content

Commit

Permalink
🔊 change loaded adapter log level
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Nov 8, 2024
1 parent 0660ddb commit a6e9e1c
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 a6e9e1c

Please sign in to comment.