feat: implement log isSimpilfy. (#2436)

* feat: implement log isSimpilfy.

* update go mod.
This commit is contained in:
Monet Lee
2024-07-24 19:27:02 +08:00
committed by GitHub
parent 88ad85b585
commit 80b332cb82
5 changed files with 13 additions and 9 deletions
+2 -1
View File
@@ -10,4 +10,5 @@ remainLogLevel: 6
isStdout: false
# Whether to log in JSON format, default is acceptable
isJson: false
# output simplify log when KeyAndValues's value len is bigger than 50 in rpc method log
isSimplify: true