Skip to content

Commit

Permalink
Merge pull request #4 from mailgun/maxim/develop
Browse files Browse the repository at this point in the history
Remove acquired handler logging
  • Loading branch information
horkhe authored Apr 10, 2024
2 parents b5822ad + 21dd2c3 commit 7c99ec8
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 7c99ec8

Please sign in to comment.