mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 04:09:40 -06:00
undo log lines
This commit is contained in:
@@ -110,10 +110,6 @@ func NewMultiHostReverseProxy(opts ...Option) *MultiHostReverseProxy {
|
||||
}
|
||||
|
||||
func (p *MultiHostReverseProxy) directorSelectionDirector(r *http.Request) {
|
||||
p.logger.Info().
|
||||
Str("request", r.URL.Path).
|
||||
Msg("%%%%%%%%%%%%% DIRECTING %%%%%%%%%%%%%%%%")
|
||||
|
||||
pol, err := p.PolicySelector(r.Context(), r)
|
||||
if err != nil {
|
||||
p.logger.Error().Msgf("Error while selecting pol %v", err)
|
||||
|
||||
Reference in New Issue
Block a user