Skip to content

Commit c771b12

Browse files
authored
Log topic lookup result (#351)
1 parent 6d47e94 commit c771b12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/BinaryProtoLookupService.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ auto BinaryProtoLookupService::findBroker(const std::string& address, bool autho
8383
}
8484
});
8585
} else {
86-
LOG_DEBUG("Lookup response for " << topic << ", lookup-broker-url " << data->getBrokerUrl());
86+
LOG_INFO("Lookup response for " << topic << ", lookup-broker-url " << data->getBrokerUrl()
87+
<< ", from " << cnx->cnxString());
8788
if (data->shouldProxyThroughServiceUrl()) {
8889
// logicalAddress is the proxy's address, we should still connect through proxy
8990
promise->setValue({responseBrokerAddress, address});

0 commit comments

Comments
 (0)