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 dfb01c30a9
commit 6148bc3e66

View File

@@ -1250,7 +1250,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();
}