We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f06e26 commit d959a76Copy full SHA for d959a76
cmd/root.go
@@ -92,7 +92,7 @@ func initConfig() {
92
if DebugFlag {
93
logs.SetLevel(logs.LevelDebug)
94
client.TurnOnDebug()
95
- // master 已合并, v7.5.0 分支没包含次参数 //
+ // master 已合并, v7.5.0 分支没包含次参数,等待 v7.5.1
96
// client.DeepDebugInfo = DeepDebugInfo
97
} else {
98
logs.SetLevel(logs.LevelInformational)
0 commit comments