This is more consistent with other command line arguments and more intuitive. Originally, a user would specify "-debug=" to enable all debugging; which still works. The documentation and --help pages are also updated
Addresses Issue #4219
Most people expect a value of 1 to enable all for command line arguments.
However to do this for the -debug option you must type "-debug=".
This has been changed to allow "-debug=1" as well as "-debug=" to
enable all debug logging
tested ACK.
I think this make sense. -debug=1 should act the same as -debug.
utACK - I'd prefer if you squash this into one commit as all three changes form one atomic whole.
ACK after squashing
On Wednesday, May 20, 2015, Wladimir J. van der Laan < notifications@github.com> wrote:
utACK - I'd prefer if you squash this into one commit as all three changes form one atomic whole.
Reply to this email directly or view it on GitHub #6164 (comment).