This commit is contained in:
邹宗楠
2022-07-27 16:31:06 +08:00
parent 69cead265b
commit c95ff61c20

View File

@@ -128,6 +128,8 @@ func main() {
http.ListenAndServe("0.0.0.0:6060", nil)
}
}()
globals.SugarLogger.Debug("=========1========1============", globals.IsPrintEnv())
if globals.IsPrintEnv() {
event.ListenTcp()
}