mirror of
https://github.com/OliveTin/OliveTin
synced 2026-08-26 20:46:35 +00:00
fmt: Clean up log statement
This commit is contained in:
@@ -67,7 +67,8 @@ func StartSingleHTTPFrontend(cfg *config.Config) {
|
||||
promProxy := httputil.NewSingleHostReverseProxy(promURL)
|
||||
|
||||
mux.HandleFunc("/metrics", func(w http.ResponseWriter, r *http.Request) {
|
||||
log.Debugf("prom req: %q", r.URL)
|
||||
logDebugRequest(cfg, "prom", r)
|
||||
|
||||
promProxy.ServeHTTP(w, r)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user