elixir-grpc / grpc

An Elixir implementation of gRPC
https://hex.pm/packages/grpc
Apache License 2.0
1.36k stars 210 forks source link

Remove `accepted_comparators` option from logger interceptors #326

Closed guisehn closed 12 months ago

guisehn commented 1 year ago

Remove accepted_comparators option from logger interceptors.

Fixes https://github.com/elixir-grpc/grpc/issues/325

Restores the default behavior before https://github.com/elixir-grpc/grpc/pull/227 was merged