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}"
),