DATAREDIS-1115 - Reduce log level for shared connection renewal.
Original pull request: #485.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user