You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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++
The text was updated successfully, but these errors were encountered:
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:
On the client side, I only want to log or display the primary 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++
The text was updated successfully, but these errors were encountered: