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 2f21e20 commit b807af5Copy full SHA for b807af5
Sources/RedisNIO/ChannelHandlers/RedisCommandHandler.swift
@@ -82,7 +82,7 @@ extension RedisCommandHandler: ChannelInboundHandler {
82
self.commandResponseQueue.removeAll()
83
queue.forEach { $0.fail(error) }
84
85
- self.logger.critical("Error in channel pipeline.", metadata: ["error": .string(error.localizedDescription)])
+ self.logger.critical("Error in channel pipeline.", metadata: ["error": "\(error.localizedDescription)"])
86
87
context.close(promise: nil)
88
}
0 commit comments