DATAREDIS-1115 - Reduce log level for shared connection renewal.

Original pull request: #485.
This commit is contained in:
lixinlei
2019-10-25 15:29:08 +08:00
committed by Mark Paluch
parent 2bff591df4
commit 21b62c4ee0

View File

@@ -1227,7 +1227,7 @@ public class LettuceConnectionFactory
if (!valid) {
log.warn("Validation of shared connection failed. Creating a new connection.");
log.info("Validation of shared connection failed. Creating a new connection.");
resetConnection();
this.connection = getNativeConnection();
}