Skip to content

Allow user to use -debug=1 to enable all debugging#6164

Merged
laanwj merged 3 commits into
bitcoin:masterfrom
lpescher:UpdateHelpMessage#4219
Jun 1, 2015
Merged

Allow user to use -debug=1 to enable all debugging#6164
laanwj merged 3 commits into
bitcoin:masterfrom
lpescher:UpdateHelpMessage#4219

Conversation

@lpescher

Copy link
Copy Markdown
Contributor

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

lpescher added 3 commits May 19, 2015 22:14
…r options

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
@jonasschnelli

Copy link
Copy Markdown
Contributor

tested ACK.

I think this make sense. -debug=1 should act the same as -debug.

@laanwj

laanwj commented May 20, 2015

Copy link
Copy Markdown
Member

utACK - I'd prefer if you squash this into one commit as all three changes form one atomic whole.

@fanquake

Copy link
Copy Markdown
Member

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).

@laanwj laanwj merged commit aa41bc8 into bitcoin:master Jun 1, 2015
laanwj added a commit that referenced this pull request Jun 1, 2015
aa41bc8 Update help message to match the #4219 change (lpescher)
f60bb5e Update documentation to match the #4219 change (lpescher)
cb87386 Make command line option to show all debugging consistent with similar options (lpescher)
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants