diff --git a/services/comp_gateroute.go b/services/comp_gateroute.go index 7c951c095..4d50f80a5 100644 --- a/services/comp_gateroute.go +++ b/services/comp_gateroute.go @@ -128,6 +128,9 @@ func (this *SCompGateRoute) ReceiveMsg(ctx context.Context, args *pb.AgentMessag // } // }() //获取用户消息处理函数 + log.Debug("ReceiveMsg", + log.Field{Key: "args", Value: args.String()}, + ) this.mrlock.RLock() msghandle, ok := this.msghandles[method] this.mrlock.RUnlock()