mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-25 06:58:59 -06:00
log request path instead
This commit is contained in:
@@ -111,7 +111,7 @@ func NewMultiHostReverseProxy(opts ...Option) *MultiHostReverseProxy {
|
||||
|
||||
func (p *MultiHostReverseProxy) directorSelectionDirector(r *http.Request) {
|
||||
p.logger.Info().
|
||||
Interface("request", r).
|
||||
Str("request", r.URL.Path).
|
||||
Msg("%%%%%%%%%%%%% DIRECTING %%%%%%%%%%%%%%%%")
|
||||
|
||||
pol, err := p.PolicySelector(r.Context(), r)
|
||||
|
||||
Reference in New Issue
Block a user