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 use github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors for add logging , but it came with different unnesesery fields like grpc.method_type i dont need thoose. So i forked repo and customize it. But i think we need option to ignore given fields with key.
I use github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors for add logging , but it came with different unnesesery fields like
grpc.method_type
i dont need thoose. So i forked repo and customize it. But i think we need option to ignore given fields with key.What happened:
... message="started call" protocol=grpc grpc.component=server grpc.service=MockService grpc.method=GetUser grpc.method_type=unary peer.address=127.0.0.1:35722 grpc.start_time=2023-07-13T09:32:34Z grpc.time_ms=0.019
What you expected to happen:
... message="started call" grpc.method=GetUser
If accept the issue i can open pr for change the behavior.
The text was updated successfully, but these errors were encountered: