@@ -59,7 +59,7 @@ extension RedisConnection {
5959 to socket: SocketAddress ,
6060 on eventLoop: EventLoop ,
6161 password: String ? = nil ,
62- logger: Logger = . redisBaseConnection ,
62+ logger: Logger = . redisBaseConnectionLogger ,
6363 tcpClient: ClientBootstrap ? = nil
6464 ) -> EventLoopFuture < RedisConnection > {
6565 let config : Configuration
@@ -105,9 +105,9 @@ extension RedisConnectionPool {
105105 maximumConnectionCount: RedisConnectionPoolSize ,
106106 minimumConnectionCount: Int = 1 ,
107107 connectionPassword: String ? = nil , // config
108- connectionLogger: Logger = . redisBaseConnection , // config
108+ connectionLogger: Logger = . redisBaseConnectionLogger , // config
109109 connectionTCPClient: ClientBootstrap ? = nil ,
110- poolLogger: Logger = . redisBaseConnectionPool ,
110+ poolLogger: Logger = . redisBaseConnectionLoggerPool ,
111111 connectionBackoffFactor: Float32 = 2 ,
112112 initialConnectionBackoffDelay: TimeAmount = . milliseconds( 100 ) ,
113113 connectionRetryTimeout: TimeAmount ? = . seconds( 60 )
0 commit comments