perf: 优化日志输出长度限制

This commit is contained in:
Soulter
2023-05-31 20:31:11 +08:00
parent 3b26b7b26c
commit 1aa4384ca3
+1 -1
View File
@@ -33,7 +33,7 @@ class QQ:
res可以是一个数组, 也就是gocq的消息链。
插件开发者请使用send方法, 可以不用直接调用这个方法。
"""
gu.log("回复GOCQ消息: "+str(res), level=gu.LEVEL_INFO, tag="GOCQ", max_len=40)
gu.log("回复GOCQ消息: "+str(res), level=gu.LEVEL_INFO, tag="GOCQ", max_len=300)
if isinstance(source, int):
source = {