1
This commit is contained in:
2
main.go
2
main.go
@@ -133,7 +133,7 @@ func main() {
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
if globals.IsPrintEnv() {
|
if globals.IsPrintEnv() {
|
||||||
event.ListenTcp()
|
go event.ListenTcp()
|
||||||
}
|
}
|
||||||
beego.Run()
|
beego.Run()
|
||||||
globals.SugarLogger.Debugf("============beego.BConfig.Listen.HTTPPort :%d", beego.BConfig.Listen.HTTPPort)
|
globals.SugarLogger.Debugf("============beego.BConfig.Listen.HTTPPort :%d", beego.BConfig.Listen.HTTPPort)
|
||||||
|
|||||||
Reference in New Issue
Block a user