Skip to content

Commit 806698e

Browse files
erobotBewareMyPower
authored andcommitted
Log topic lookup result (#351)
(cherry picked from commit c771b12)
1 parent aee12e2 commit 806698e

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)