diff --git a/app/proxy/proxy.go b/app/proxy/proxy.go index 6f20662..85b487f 100644 --- a/app/proxy/proxy.go +++ b/app/proxy/proxy.go @@ -285,6 +285,7 @@ func (h *Http) matchHandler(next http.Handler) http.Handler { if ok { uu, err := url.Parse(match.Destination) if err != nil { + log.Printf("[WARN] can't parse destination %s, %v", match.Destination, err) h.Reporter.Report(w, http.StatusBadGateway) return }