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

test: add GrpcPlainRequestLoggingInterceptor and add it to BackendResources #2534

Merged
merged 1 commit into from
May 14, 2024

Conversation

BenWhitehead
Copy link
Collaborator

Grpc's built-in logging is very robust, but does not print request/response messages in "plain text", instead logging byte codes sequences. This interceptor instead logs the protobuf messages in their normal plain text rendering. By default, the logging is disabled. The category needs to be set to CONFIG or higher to see the logs.

…ources

Grpc's built-in logging is very robust, but does not print request/response messages in "plain text", instead logging byte codes sequences. This interceptor instead logs the protobuf messages in their normal plain text rendering. By default, the logging is disabled. The category needs to be set to CONFIG or higher to see the logs.
@BenWhitehead BenWhitehead added the owlbot:ignore instruct owl-bot to ignore a PR label May 8, 2024
@BenWhitehead BenWhitehead requested a review from a team as a code owner May 8, 2024 01:02
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: storage Issues related to the googleapis/java-storage API. labels May 8, 2024
@BenWhitehead
Copy link
Collaborator Author

/gcbrun

@BenWhitehead BenWhitehead merged commit a63eccb into main May 14, 2024
21 of 22 checks passed
@BenWhitehead BenWhitehead deleted the test/grpc-logging-interceptor branch May 14, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. owlbot:ignore instruct owl-bot to ignore a PR size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants