fix(log): increase log cache size from 200 to 500
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ import colorlog
|
||||
from astrbot.core.config.default import VERSION
|
||||
|
||||
# 日志缓存大小
|
||||
CACHED_SIZE = 200
|
||||
CACHED_SIZE = 500
|
||||
# 日志颜色配置
|
||||
log_color_config = {
|
||||
"DEBUG": "green",
|
||||
|
||||
Reference in New Issue
Block a user