diff --git a/pkg/common/mw/rpc.go b/pkg/common/mw/rpc.go index d797cc3a4..5e3070054 100644 --- a/pkg/common/mw/rpc.go +++ b/pkg/common/mw/rpc.go @@ -69,7 +69,7 @@ func rpcClientInterceptor(ctx context.Context, method string, req, reply interfa if err == nil { return nil } - log.Info("", "rpc come here err") + log.Info("", "rpc come here err", err.Error()) rpcErr, ok := err.(interface{ GRPCStatus() *status.Status }) if !ok {