diff --git a/internal/outpost/proxyv2/handlers.go b/internal/outpost/proxyv2/handlers.go index 19c1e8f97..511380bb1 100644 --- a/internal/outpost/proxyv2/handlers.go +++ b/internal/outpost/proxyv2/handlers.go @@ -109,6 +109,7 @@ func (ps *ProxyServer) Handle(rw http.ResponseWriter, r *http.Request) { } } + ps.log.WithField("headers", r.Header).Trace("tracing headers for no hostname match") ps.log.WithField("host", host).Warning("no app for hostname") rw.Header().Set("Content-Type", "application/json")