Remove excessive gRPC resolver logging #10183
Labels
theme/api
Relating to the HTTP API interface
theme/operator-usability
Replaces UX. Anything related to making things easier for the practitioner
type/enhancement
Proposed improvement or new feature
Milestone
Overview of the Issue
Using the
master
branch, I spun up a dev agent and noticed a bunch of weird looking logs:These are periodically emitted and at the info level. From what I have been able to gather it looks like internal gRPC logging from here and a couple other locations.
Why the gRPC library thinks these should be info levels I don't know. But for our purposes these are really more like debug/trace level logging.
We do implement our own gRPC logger including filtering of gRPC log levels.
I am thinking we could do something with our logger implementation to downgrade the level set by gRPC at least in the case of the info logs.
Reproduction Steps
Run a dev agent from master.
The text was updated successfully, but these errors were encountered: