diff --git a/astrbot/core/log.py b/astrbot/core/log.py index 78d1d4eca..ed400c908 100644 --- a/astrbot/core/log.py +++ b/astrbot/core/log.py @@ -33,7 +33,7 @@ import colorlog from astrbot.core.config.default import VERSION # 日志缓存大小 -CACHED_SIZE = 200 +CACHED_SIZE = 500 # 日志颜色配置 log_color_config = { "DEBUG": "green",