From ca6df068a6b822bdb96f1930f380e152a69af0e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 8 Jan 2024 16:43:53 +0800 Subject: [PATCH] 1 --- main.go | 2 ++ 1 file changed, 2 insertions(+) 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)) } }