Yaswi opened a new issue, #45302:
URL: https://github.com/apache/arrow/issues/45302
### Describe the usage question you have. Please include as many useful
details as possible.
I am using Apache Arrow library version 8.0.0, and whenever an error occurs,
I receive verbose error messages containing gRPC client debug context and
additional details. Here’s an example of the error message I get:
```
{Error Message}. gRPC client debug context: UNKNOWN:{Error message
}{grpc_status:{status number}, created_time:{created time} }. Client context:
IOError: {Error message} . Detail: Internal
```
On the client side, I only want to log or display the primary error message:
```
{Error Message}
```
I would like to remove the gRPC client debug context and other unnecessary
details while retaining the core error message for clarity.
Is there a way to suppress the gRPC debug context or customize the error
message directly from the code? If yes, where can I control this logging, I
don't want to do this via environment variable.
### Component(s)
C++
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]