This commit is contained in:
jiangyong27 2023-04-06 13:54:59 +08:00
parent 6888a8a813
commit 64af675bbd
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ func initLog() {
log.SetFormatter(new(goutil.LogFile))
log.SetLevel(log.Level(cfg.Server.LogLevel))
}
func main() {
config.LoadServerConfig()
initLog()