From 1fdb7a45cfdc7f16b3f0faed808ca2d602e71a3a Mon Sep 17 00:00:00 2001 From: Ju4tCode <42488585+yanyongyu@users.noreply.github.com> Date: Sat, 9 Nov 2024 10:56:53 +0800 Subject: [PATCH] =?UTF-8?q?:loud=5Fsound:=20Feature:=20=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E5=B7=B2=E5=8A=A0=E8=BD=BD=E7=9A=84=E9=80=82=E9=85=8D=E5=99=A8?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E7=AD=89=E7=BA=A7=20(#3110)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot/internal/driver/abstract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot/internal/driver/abstract.py b/nonebot/internal/driver/abstract.py index 994abc5d..9cee8b1e 100644 --- a/nonebot/internal/driver/abstract.py +++ b/nonebot/internal/driver/abstract.py @@ -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"Loaded adapters: {escape_tag(', '.join(self._adapters))}" )