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 4afe6a5 commit 36a1862Copy full SHA for 36a1862
main.go
@@ -49,7 +49,7 @@ func main() {
49
}()
50
51
if err := config.Init(); err != nil { // 初始化配置
52
- logging.Error("配置初始化失败:", err)
+ fmt.Println("配置初始化失败:", err)
53
return
54
}
55
logging.Init() // 初始化日志
0 commit comments