Hey
@gavofyork amigo,
Sorry for a dump question,
where the log output is
directed:
I see this messages on the console:
clogS(NetAllDetail) << "Want chain. Latest:" << m_server->m_latestBlockSent << ", number:" << m_server->m_chain->details(m_server->m_latestBlockSent).number;
and don't see those:
clogS(NetMessageSummary) << "GetPeers";
clogS(NetMessageDetail) << "New peer: " << ep << "(" << id << ")";
Comments
Basically, there are different channels, each channel has a minimum verbosity for printing, but can also be overridden on or off. You can redirect logging wherever you want but by default it's stdout, except for windows where it'll also print a DebugMessage.
Where those logs are going depends on your verbosity & channel configuration; if you're not seeing them try increasing verbosity or checking to see if those channels are enabled.
and that is my command parameters (verbosity=9 and not interactive)
HOME=/ethereum /ethereum/cpp-ethereum/cpp-ethereum-build/eth/eth -c ZeroGox.prickly_morse -u 54.204.10.41 -l 30303 -p 30303 -o peer -x 5 -v 9 -m off 54.72.31.55
So really don't see what I am missing .
Any Idea ?
Thanks in advance
Roman
on the windows version
it works out of the box
eth -c somename -u 54.204.10.41 -l 30303 -p 30303 -o peer -x 5 -v 9 -m off 54.72.31.55