You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What am I doing wrong? It seems like the only way to actually get realtime stats out of Bitcoin-Simulator is to replace the NS_LOG_INFO calls by std::cout, which works fine but is annoying to do systematically.
The text was updated successfully, but these errors were encountered:
I can't get the NS_LOG_INFO calls in Bitcoin-Simulator to work at all.
I've tried a number of different settings for
NS_LOG
:*=level_all|prefix_func|prefix_time
BitcoinNode=level_all
MyMpiTest=level_all
MyMpiTest
etc.
I've also tried uncommenting all of the
LogComponentEnable
calls inscratch/bitcoin-test.cc
, to no avail.No matter what I try doing, I get absolutely no change in output. I am running like this:
And I have built ns3 as follows:
What am I doing wrong? It seems like the only way to actually get realtime stats out of Bitcoin-Simulator is to replace the
NS_LOG_INFO
calls bystd::cout
, which works fine but is annoying to do systematically.The text was updated successfully, but these errors were encountered: