msg update

This commit is contained in:
Gordon
2023-03-20 10:43:02 +08:00
parent f03c72541a
commit eec9446abe
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ func rpcServerInterceptor(ctx context.Context, req interface{}, info *grpc.Unary
if err != nil {
panic(err)
}
log.ZError(ctx, "rpc server resp", err, "funcName", funcName)
log.ZWarn(ctx, "rpc server resp", err, "funcName", funcName)
return nil, details.Err()
}