Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instrument gRPC coroutines library with log statements #104

Open
marcoferrer opened this issue Jan 10, 2020 · 1 comment
Open

Instrument gRPC coroutines library with log statements #104

marcoferrer opened this issue Jan 10, 2020 · 1 comment

Comments

@marcoferrer
Copy link
Owner

It would be beneficial to users if they were able to enable log output when debugging issues with coroutines. One of the main reason this was avoided initially was because we didn’t want to tie users to a particular logging framework. Additionally we didn’t want to introduce any overhead into the library.

Using something like googles flogger would provide performant logging and allow users to include whichever backend matches their current logging framework.

@marcoferrer
Copy link
Owner Author

This conversation from grpc-java sheds light on somethings that need to be considered when implementing this.

grpc/grpc-java#1577

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant