aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-07-18 16:27:36 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2018-07-18 16:29:51 +0200
commit71466726871335d255751256c57ab7ac6c62496a (patch)
tree9fdd46599385d572d8429c6ca129d51ef512bc53 /doc
parent9d26b690e758e57e80dcce08f4760fe07a4a7c0f (diff)
parent801cb307b5cc89d09c5aafd0a3c7874848c6a75d (diff)
downloadbitcoin-71466726871335d255751256c57ab7ac6c62496a.tar.xz
Merge #13625: doc: Add release notes for -printtoconsole and -debuglogfile changes
801cb307b5cc89d09c5aafd0a3c7874848c6a75d doc: Add release notes for -printtoconsole and -debuglogfile changes (Samuel B. Atwood) Pull request description: This adds release notes relevant to the changes in #13004 and documented in command line help in #13614. Tree-SHA512: ff320415afa9be1ace37ebf0a69ee5a7e6d4167465bc41111be062a556da9b8accfc39553fac610e68521c7ab2095126ace4f012a32f5e9f37cbec39cfa74b04
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 57f93abe03..b7eaa6eaf4 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -131,6 +131,11 @@ Low-level RPC changes
- The log timestamp format is now ISO 8601 (e.g. "2018-02-28T12:34:56Z").
+- When running bitcoind with `-debug` but without `-daemon`, logging to stdout
+ is now the default behavior. Setting `-printtoconsole=1` no longer implicitly
+ disables logging to debug.log. Instead, logging to file can be explicitly disabled
+ by setting `-debuglogfile=0`.
+
Miner block size removed
------------------------