We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26299c0 commit 9118427Copy full SHA for 9118427
Sources/RediStack/ConnectionPool/ConnectionPool.swift
@@ -381,7 +381,7 @@ extension ConnectionPool {
381
// that yet, so double-check. Leave the dead ones there: we'll get them later.
382
while let connection = self.availableConnections.popLast() {
383
if connection.isConnected {
384
- logger.debug("found available connection", metadata: [
+ logger.trace("found available connection", metadata: [
385
RedisLogging.MetadataKeys.connectionID: "\(connection.id)"
386
])
387
self.leaseConnection(connection, to: waiter)
0 commit comments