This commit is contained in:
aozhiwei 2023-09-08 13:42:54 +08:00
parent 1f9bdd6278
commit e3307f7e64

View File

@ -31,7 +31,10 @@ func (this *app) Init() {
f5.LoadMetaTable(mt.Table)
this.registerDataSources()
this.initCb()
f5.GetSysLog().Info("local ip:%s", q5.GetLocalIP())
f5.GetSysLog().Info("%s start host:%s port:%d",
this.GetPkgName(),
mt.Table.HallCluster.GetIp(),
mt.Table.HallCluster.GetListenPort())
}
func (this *app) UnInit() {