mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
chore: remove redundant loadbalancer debug message
This commit is contained in:
parent
89d93dd878
commit
22a12d3116
1 changed files with 0 additions and 5 deletions
|
@ -133,11 +133,6 @@ func (lb *LoadBalancer) AddServer(srv Server) {
|
|||
|
||||
lb.rebalance()
|
||||
lb.impl.OnAddServer(srv)
|
||||
|
||||
lb.l.Debug().
|
||||
Str("action", "add").
|
||||
Str("server", srv.Name()).
|
||||
Msgf("%d servers available", lb.pool.Size())
|
||||
}
|
||||
|
||||
func (lb *LoadBalancer) RemoveServer(srv Server) {
|
||||
|
|
Loading…
Add table
Reference in a new issue