We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee12e2 commit 806698eCopy full SHA for 806698e
1 file changed
lib/BinaryProtoLookupService.cc
@@ -83,7 +83,8 @@ auto BinaryProtoLookupService::findBroker(const std::string& address, bool autho
83
}
84
});
85
} else {
86
- LOG_DEBUG("Lookup response for " << topic << ", lookup-broker-url " << data->getBrokerUrl());
+ LOG_INFO("Lookup response for " << topic << ", lookup-broker-url " << data->getBrokerUrl()
87
+ << ", from " << cnx->cnxString());
88
if (data->shouldProxyThroughServiceUrl()) {
89
// logicalAddress is the proxy's address, we should still connect through proxy
90
promise->setValue({responseBrokerAddress, address});
0 commit comments