diff --git a/main.go b/main.go index 601658ea2..093b2e614 100644 --- a/main.go +++ b/main.go @@ -136,5 +136,7 @@ func main() { event.ListenTcp() } beego.Run() + globals.SugarLogger.Debugf("============beego.BConfig.Listen.HTTPPort :%d", beego.BConfig.Listen.HTTPPort) + globals.SugarLogger.Debugf("============beego.BConfig.Listen :%s", utils.Format4Output(beego.BConfig.Listen, false)) } }