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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix noisy GRPC metadata errors. #3338

Open
jgreat opened this issue Apr 27, 2023 · 0 comments
Open

Fix noisy GRPC metadata errors. #3338

jgreat opened this issue Apr 27, 2023 · 0 comments

Comments

@jgreat
Copy link
Contributor

jgreat commented Apr 27, 2023

Unfortunately GRPC_VERBOSITY doesn't have a "none" value 馃槩

GRPC_VERBOSITY is used to set the minimum level of log messages printed by gRPC (supported values are DEBUG, INFO and ERROR). If this environment variable is unset, only ERROR logs will be printed.

How do we figure out what's causing this noisy error in the logs and fix the metadata or let the grpc server accept key=content-type value=text as valid.

E0324 19:08:30.384842702      34 hpack_parser.cc:1216]       Error parsing metadata: error=invalid value key=content-type value=text
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