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

Health endpoint: A log entry is written for each access #163

Open
jve-engineering opened this issue Feb 8, 2025 · 0 comments
Open

Health endpoint: A log entry is written for each access #163

jve-engineering opened this issue Feb 8, 2025 · 0 comments

Comments

@jve-engineering
Copy link

Every time /readyz or /metrics is accessed, a “Health metric request:” message is written to the log, even if the silent mode is activated. I think the log message is written here: log.Printf("Health metric request: %s\n", r.URL.Path) .
If the endpoints are used for periodic probes, the log fills up rather quickly with the same entries. Is there any other parameter to adjust the log level?

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