Health endpoint: A log entry is written for each access
jve-engineering opened this issue · comments
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?