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
When we return an error from a GRPC handler it would be great if we can log that error in a GRPC interceptor, instead of having to log the message manually.
GRPC interceptors are basically just middleware and would let you handle this generically.
https://github.com/grpc/grpc-go/tree/master/examples/features/interceptor
The text was updated successfully, but these errors were encountered: