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 7daa3d6 commit 8aa6baeCopy full SHA for 8aa6bae
pkg/bot/bot.go
@@ -22,7 +22,7 @@ func InitLog(cli *client.QQClient) {
22
log.Info("MiraiGo -> " + e.Message)
23
case "ERROR":
24
log.Error("MiraiGo -> " + e.Message)
25
- log.Errorf("%+v", string(debug.Stack()))
+ log.Debugf("%+v", string(debug.Stack()))
26
case "DEBUG":
27
log.Debug("MiraiGo -> " + e.Message)
28
}
0 commit comments