Logger and Leaks
This commit is contained in:
parent
91fa727c74
commit
38a4c80995
11 changed files with 108 additions and 82 deletions
2
vendor/github.com/vulcand/oxy/roundrobin/rr.go
generated
vendored
2
vendor/github.com/vulcand/oxy/roundrobin/rr.go
generated
vendored
|
@ -94,7 +94,7 @@ func (r *RoundRobin) ServeHTTP(w http.ResponseWriter, req *http.Request) {
|
|||
cookieURL, present, err := r.stickySession.GetBackend(&newReq, r.Servers())
|
||||
|
||||
if err != nil {
|
||||
log.Infof("vulcand/oxy/roundrobin/rr: error using server from cookie: %v", err)
|
||||
log.Warnf("vulcand/oxy/roundrobin/rr: error using server from cookie: %v", err)
|
||||
}
|
||||
|
||||
if present {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue