gapic-generator-ruby icon indicating copy to clipboard operation
gapic-generator-ruby copied to clipboard

Configuration option for logger

Open dazuma opened this issue 4 years ago • 1 comments

Currently logging in the client requires applying a monkey patch to gRPC. Instead, there should be a configuration in the generated libraries.

dazuma avatar Apr 13 '20 21:04 dazuma

This is going to be a bit of a challenge, because gRPC's logging setting is global rather than per-connection. We might need to use thread locals to simulate context. Deferring this for later.

dazuma avatar Apr 28 '20 00:04 dazuma