minor tweak add log line to proxy and basic auth provider by default (#1513)

This commit is contained in:
Asim Aslam
2020-04-09 14:10:17 +01:00
committed by GitHub
parent bf65dc71c7
commit 29cccd0b4a
2 changed files with 13 additions and 2 deletions

View File

@@ -206,7 +206,7 @@ func (p *Proxy) cacheRoutes(service string) ([]router.Route, error) {
results, err := p.Router.Lookup(router.QueryService(service))
if err != nil {
// assumption that we're ok with stale routes
logger.Debugf("Failed to lookup route for %s: %v", service, err)
// otherwise return the error
return nil, err
}