mirror of https://github.com/tikv/client-go.git
internal/client: demoted annoying log (#303)
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>
This commit is contained in:
parent
e4229bde58
commit
d8891ee28d
|
|
@ -817,7 +817,7 @@ func (c *RPCClient) recycleIdleConnArray() {
|
|||
conn, ok := c.conns[addr]
|
||||
if ok {
|
||||
delete(c.conns, addr)
|
||||
logutil.BgLogger().Info("recycle idle connection",
|
||||
logutil.BgLogger().Debug("recycle idle connection",
|
||||
zap.String("target", addr))
|
||||
}
|
||||
c.Unlock()
|
||||
|
|
|
|||
Loading…
Reference in New Issue