Crowndev / crown-core

Core of Crown blockchain platform. Contribution repository is available by this link: https://gitlab.crownplatform.com/crown/crown-core. Github repository is a mirror.
http://www.crownplatform.com
MIT License
26 stars 18 forks source link

Please add option to disable logging to debug.log #93

Closed skironDotNet closed 1 year ago

skironDotNet commented 6 years ago

Please add

fPrintToDebugLog=GetBoolArg("-printtodebug", true);

Don't have to update documenation ie daemon help. But I don't think we need waste CPU and IO to write all those useless logs like InstantX::ProcessConsensusVote

think even Bitcoin devs should add argument to disable all logging is someone wants... writing to /dev/null and other trick to prevent logging is still using CPU to process them in the daemon

defunctec commented 4 years ago

instantsend.log was introduced. Can be closed