diff --git a/lib/nodes/redis.cpp b/lib/nodes/redis.cpp index 0faa454cb..1a69c8a40 100644 --- a/lib/nodes/redis.cpp +++ b/lib/nodes/redis.cpp @@ -44,7 +44,7 @@ RedisConnection::RedisConnection(const sw::redis::ConnectionOptions &opts) onMessage(channel, msg); }); - logger->info("New connection: {}", opts); + logger->info("New connection: {}:{}", opts.host, opts.port); state = State::INITIALIZED; }