log on debug

This commit is contained in:
pascal
2026-02-04 22:43:40 +01:00
parent 3af16cf333
commit 790ef39187
3 changed files with 4 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ func (p *ReverseProxy) findTargetForRequest(req *http.Request) (*url.URL, string
host = h
}
log.Tracef("looking for mapping for host: %s, path: %s", host, req.URL.Path)
log.Debugf("looking for mapping for host: %s, path: %s", host, req.URL.Path)
m, exists := p.mappings[host]
if !exists {
return nil, "", "", false