From 8cd3046c30416c7b8cb350a3b4210e7f3c144a82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=89=A7=E6=BF=91=E7=BA=A2=E8=8E=89=E6=A0=96=EF=BC=88BOT?=
=?UTF-8?q?=EF=BC=89?= <1051445024@qq.com>
Date: Mon, 10 Aug 2026 18:55:12 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20console=20=E6=97=A5=E5=BF=97=E6=97=B6?=
=?UTF-8?q?=E9=97=B4=E6=88=B3=E5=A2=9E=E5=8A=A0=E6=97=A5=E6=9C=9F(YYYY-MM-?=
=?UTF-8?q?DD)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
astrbot/core/log.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/astrbot/core/log.py b/astrbot/core/log.py
index 5b80ad4cdf..d1978153fb 100644
--- a/astrbot/core/log.py
+++ b/astrbot/core/log.py
@@ -229,7 +229,7 @@ def _setup_loguru(cls) -> None:
colorize=True,
filter=lambda record: not record["extra"].get("is_trace", False),
format=(
- "[{time:HH:mm:ss.SSS}] {extra[plugin_tag]} "
+ "[{time:YYYY-MM-DD HH:mm:ss.SSS}] {extra[plugin_tag]} "
"[{extra[short_levelname]}]{extra[astrbot_version_tag]} "
"[{extra[source_file]}:{extra[source_line]}]: {message}"
),