diff --git a/business/jxstore/event/event_tcp.go b/business/jxstore/event/event_tcp.go index 8044a74d1..aaa89979c 100644 --- a/business/jxstore/event/event_tcp.go +++ b/business/jxstore/event/event_tcp.go @@ -34,6 +34,7 @@ func ListenTcp() { } func (t *TcpClient) handleConn(c net.Conn) { + globals.SugarLogger.Debugf("conn time %v", time.Now()) if c == nil { globals.SugarLogger.Debugf("conn is nil") return