ZMQ: log internal listening port

pull/271/head
SChernykh 2023-05-30 12:58:03 +02:00
parent b96dfa602b
commit 738b2e416e
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ ZMQReader::ZMQReader(const std::string& address, uint32_t zmq_port, const std::s
throw zmq::error_t(EFSM);
}
LOGINFO(5, "listening on tcp://127.0.0.1:" << m_publisherPort << " for internal communications");
m_subscriber.set(zmq::sockopt::connect_timeout, 1000);
if (!m_proxy.empty()) {