You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: