We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f4557 commit 617aef7Copy full SHA for 617aef7
components/common-go/baseserver/server.go
@@ -268,7 +268,7 @@ func (s *Server) initializeGRPC() error {
268
grpc_logrus.UnaryServerInterceptor(s.Logger(),
269
grpc_logrus.WithDecider(func(fullMethodName string, err error) bool {
270
// Skip gRPC healthcheck logs, they are frequent and pollute our logging infra
271
- return fullMethodName != "grpc.health.v1.Health/Check"
+ return fullMethodName != "/grpc.health.v1.Health/Check"
272
}),
273
),
274
grpcMetrics.UnaryServerInterceptor(),
0 commit comments