上传网关分发异常日志输出

This commit is contained in:
liwei1dao 2022-09-19 14:03:39 +08:00
parent 2d8997be22
commit ffba865133

View File

@ -257,7 +257,7 @@ func (this *Agent) messageDistribution(msg *pb.UserMessage) (err error) {
servicePath = rule
}
} else {
this.gateway.Error("messageDistribution rule is empty!")
this.gateway.Errorf("messageDistribution mtype:%s stype:%s rule:%s is empty!", req.MainType, req.SubType, rule)
return
}
} else {