Improve debug logging around connections that cannot be reused (#515)
This commit is contained in:
parent
ed1c1d61f2
commit
8a2b0f584a
|
@ -409,7 +409,7 @@ public class PoolingHttpClientConnectionManager
|
|||
}
|
||||
} else {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("{} connection is not kept alive", ConnPoolSupport.getId(endpoint));
|
||||
LOG.debug("{} connection is not kept alive(isConsistent:{})", ConnPoolSupport.getId(endpoint), conn.isConsistent());
|
||||
}
|
||||
}
|
||||
} catch (final RuntimeException ex) {
|
||||
|
|
Loading…
Reference in New Issue