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
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.
Currently logging in the client requires applying a monkey patch to gRPC. Instead, there should be a configuration in the generated libraries.
The text was updated successfully, but these errors were encountered: