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 2425a01 commit bd947f2Copy full SHA for bd947f2
lib/nodes/redis.cpp
@@ -44,7 +44,7 @@ RedisConnection::RedisConnection(const sw::redis::ConnectionOptions &opts)
44
onMessage(channel, msg);
45
});
46
47
- logger->info("New connection: {}", opts);
+ logger->info("New connection: {}:{}", opts.host, opts.port);
48
49
state = State::INITIALIZED;
50
}
0 commit comments