These logs are only active with -avalanchestakingpreconsensus
I have been using this patch for over a week and it has been useful for debugging contender behavior.
Differential D17860
[avalanche] Add some logging when stake contenders are cached or promoted roqqit on Wed, Mar 26, 22:55. Authored by
Details
These logs are only active with -avalanchestakingpreconsensus I have been using this patch for over a week and it has been useful for debugging contender behavior. ./test/functional/test_runner.py --nocleanup abc_p2p_avalanche_contender_voting Observe new lines in the node log
Diff Detail
Event TimelineComment Actions For this kind of log you should use LogPrintLevel(BCLog::AVALANCHE, BCLog::Level::Debug, "foo bar baz\n");
|