mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 17:26:40 +00:00
log on debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user