This commit is contained in:
Gordon 2023-03-13 10:34:42 +08:00
parent d9b1bc6c41
commit 3e8edce014

View File

@ -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 {