wireproxy icon indicating copy to clipboard operation
wireproxy copied to clipboard

Health endpoint: A log entry is written for each access

Open jve-engineering opened this issue 1 year ago • 0 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?

jve-engineering avatar Feb 08 '25 19:02 jve-engineering