Skip to content

Commit

Permalink
Remove acquired handler logging
Browse files Browse the repository at this point in the history
  • Loading branch information
horkhe committed Apr 10, 2024
1 parent b5822ad commit 21dd2c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/server/service/loadbalancer/wrr/wrr.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ func (b *Balancer) ServeHTTP(w http.ResponseWriter, req *http.Request) {
return
}

log.WithoutContext().Infof("Acquired handler: %+v\n", nh)

if b.stickyCookie != nil {
cookie := &http.Cookie{
Name: b.stickyCookie.name,
Expand Down

0 comments on commit 21dd2c3

Please sign in to comment.