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
This came up when trying to debug #1785. We have ErrorLoggingServerInterceptor installed on gRPC servers when verbose debug logging is disabled to ensure we have logs for unexpected errors. For gRPC clients however we have no such interceptor, meaning we will not have logs with trace IDs.
Implement ErrorLoggingClientInterceptor
Install ErrorLoggingClientInterceptor in gRPC clients when verbose debug logging is not enabled
The text was updated successfully, but these errors were encountered:
This came up when trying to debug #1785. We have ErrorLoggingServerInterceptor installed on gRPC servers when verbose debug logging is disabled to ensure we have logs for unexpected errors. For gRPC clients however we have no such interceptor, meaning we will not have logs with trace IDs.
The text was updated successfully, but these errors were encountered: