mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
Logging Improvements (#198)
* Log ZMQ SUB address at startup * Log current thread number and block height * fixup! Log current thread number and block height
This commit is contained in:
committed by
Lee *!* Clagett
parent
0caec18f84
commit
e08480cbc1
@@ -147,6 +147,8 @@ namespace lws { namespace rpc { namespace scanner
|
||||
if (msg.users.empty())
|
||||
return true;
|
||||
|
||||
MINFO("Client (" << self->remote_endpoint() << ") processed "
|
||||
<< msg.blocks.size() << " block(s) against " << msg.users.size() << " account(s)");
|
||||
server::store(self->parent_, std::move(msg.users), std::move(msg.blocks));
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user