关闭没有必要的日志
This commit is contained in:
parent
85d861c4f1
commit
fbe79934e0
@ -128,9 +128,9 @@ func (this *SCompGateRoute) ReceiveMsg(ctx context.Context, args *pb.AgentMessag
|
|||||||
// }
|
// }
|
||||||
// }()
|
// }()
|
||||||
//获取用户消息处理函数
|
//获取用户消息处理函数
|
||||||
log.Debug("ReceiveMsg",
|
// log.Debug("ReceiveMsg",
|
||||||
log.Field{Key: "args", Value: args.String()},
|
// log.Field{Key: "args", Value: args.String()},
|
||||||
)
|
// )
|
||||||
this.mrlock.RLock()
|
this.mrlock.RLock()
|
||||||
msghandle, ok := this.msghandles[method]
|
msghandle, ok := this.msghandles[method]
|
||||||
this.mrlock.RUnlock()
|
this.mrlock.RUnlock()
|
||||||
|
Loading…
Reference in New Issue
Block a user