pull/455/head
skiffer-git 2 years ago committed by Xinwei Xiong(cubxxw-openim)
parent d04133c042
commit e01c6799ac

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

Loading…
Cancel
Save