关闭没有必要的日志

This commit is contained in:
liwei1dao 2023-05-30 21:36:53 +08:00
parent 85d861c4f1
commit fbe79934e0

View File

@ -128,9 +128,9 @@ func (this *SCompGateRoute) ReceiveMsg(ctx context.Context, args *pb.AgentMessag
// }
// }()
//获取用户消息处理函数
log.Debug("ReceiveMsg",
log.Field{Key: "args", Value: args.String()},
)
// log.Debug("ReceiveMsg",
// log.Field{Key: "args", Value: args.String()},
// )
this.mrlock.RLock()
msghandle, ok := this.msghandles[method]
this.mrlock.RUnlock()