This commit is contained in:
skiffer-git 2022-09-14 12:43:10 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent d04133c042
commit e01c6799ac

View File

@ -26,6 +26,7 @@ import (
)
func main() {
fmt.Println("api start ")
log.NewPrivateLog(constant.LogFileName)
gin.SetMode(gin.ReleaseMode)
f, _ := os.Create("../logs/api.log")