We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It appears that gRPC logs are not json formatted, which implies that they are not using zap
Use zap and emit grpc logs to stdout
The text was updated successfully, but these errors were encountered:
grpc uses its own logging API, that needs to be wrapped to work with zap.
we can probably use this: https://github.com/grpc-ecosystem/go-grpc-middleware/blob/master/logging/zap/doc.go
Sorry, something went wrong.
There's a PR #1330 trying to address this, but it needs rebasing.
Successfully merging a pull request may close this issue.
Requirement - what kind of business use case are you trying to solve?
It appears that gRPC logs are not json formatted, which implies that they are not using zap
Proposal - what do you suggest to solve the problem or improve the existing situation?
Use zap and emit grpc logs to stdout
The text was updated successfully, but these errors were encountered: