diff --git a/pkg/common/mw/rpc.go b/pkg/common/mw/rpc.go index 5e3070054..1ee9c8aa3 100644 --- a/pkg/common/mw/rpc.go +++ b/pkg/common/mw/rpc.go @@ -45,6 +45,7 @@ func rpcServerInterceptor(ctx context.Context, req interface{}, info *grpc.Unary resp, err = handler(ctx, req) if err != nil { tracelog.SetCtxInfo(ctx, funcName, err) + log.Info("", "rpc come here,in rpc call,err:", err.Error()) return nil, rpcErrorToCode(err).Err() } tracelog.SetCtxInfo(ctx, funcName, nil, "rpcResp", rpcString(resp))