HomePhabricator

Remove -logtodebugger
9e9056cd1a05Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Remove -logtodebugger

-logtodebugger is a strange, obscure, WIN32-only (mostly MSVC) thing.
Let's clean up the options a bit get rid of it.

test_bitcoin was using fLogToDebugger as a way to prevent logging to
debug.log. For this, add a boolean (not exposed as option) fLogToDebugLog that
defaults to true and is disabled in the tests.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Dec 14 2013, 12:51
deadalnixPushed on May 14 2017, 22:04
Parents
rABC8a7606f35bf6: Merge pull request #3377
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC9e9056cd1a05: Remove -logtodebugger (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Dec 15 2013, 09:12