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

Remove noisy error log #5268

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

ccampo133
Copy link
Contributor

References to other Issues or PRs

Fixes #4605

Have you read the Contributing Guidelines?

Yes

Brief description of what is fixed or changed

Currently, an error is logged whenever a ServerMetadata cannot be extracted from the context, which happens frequently on valid cases like requests to undefined routes. This creates unnecessary noise in logs.

The changes reduce log noise while preserving all existing behavior.

@johanbrandhorst johanbrandhorst merged commit d65d777 into grpc-ecosystem:main Feb 24, 2025
14 checks passed
@johanbrandhorst
Copy link
Collaborator

Thanks for your contribution!

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

Successfully merging this pull request may close these issues.

ERROR: Failed to extract ServerMetadata from context
2 participants