go-grpc-middleware
go-grpc-middleware copied to clipboard
Support grpc_glog ?
Does it sound reasonable to support a logging implementation using glog ? We currently use glog and would like to use that for grpc logger.
Submit a PR I'm sure the team will take a look 👍
Thanks @domgreen . I have filed #129 for this.
I assume you're talking about grpcloggerv2 from the grpc-go repo?
I used grpcloggerv2 interface so that I can write tests for it, without inventing a new interface for testing.
Let us know if this still needed - it's quite an old issue (: Also see v2 if you want to contribute this.