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
Is your feature request related to a problem? Please describe.
The go-grpc-middleware version 2 has introduced a new way of handling logging interceptors, making the original grpczap package found in this repository impratical.
Is your feature request related to a problem? Please describe.
The
go-grpc-middleware
version 2 has introduced a new way of handling logging interceptors, making the originalgrpczap
package found in this repository impratical.Describe the solution you'd like
This suggestion requires implementing the
logging.Logger
interface from thego-grpc-middleware/v2
package, as described in this example: https://github.com/grpc-ecosystem/go-grpc-middleware/blob/main/interceptors/logging/examples/zap/example_test.go#L17Describe alternatives you've considered
I've raised this same problem in the
go-grpc-middleware
repository: grpc-ecosystem/go-grpc-middleware#559 (comment)Is this a breaking change?
It's not.
The text was updated successfully, but these errors were encountered: