Skip to content

Commit

Permalink
Log topic lookup result (#351)
Browse files Browse the repository at this point in the history
(cherry picked from commit c771b12)
  • Loading branch information
erobot authored and BewareMyPower committed Nov 17, 2023
1 parent aee12e2 commit 806698e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/BinaryProtoLookupService.cc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ auto BinaryProtoLookupService::findBroker(const std::string& address, bool autho
}
});
} else {
LOG_DEBUG("Lookup response for " << topic << ", lookup-broker-url " << data->getBrokerUrl());
LOG_INFO("Lookup response for " << topic << ", lookup-broker-url " << data->getBrokerUrl()
<< ", from " << cnx->cnxString());
if (data->shouldProxyThroughServiceUrl()) {
// logicalAddress is the proxy's address, we should still connect through proxy
promise->setValue({responseBrokerAddress, address});
Expand Down

0 comments on commit 806698e

Please sign in to comment.