aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSamuel B. Atwood <samuel.atwood@gmail.com>2018-07-10 14:02:29 -0500
committerSamuel B. Atwood <samuel.atwood@gmail.com>2018-07-11 14:39:19 -0500
commit801cb307b5cc89d09c5aafd0a3c7874848c6a75d (patch)
treeac37d2e760eacac184a29b3797f1e2900c3b959c /doc
parent5ba77df15de92deb35bfd501d4635aed3236af30 (diff)
downloadbitcoin-801cb307b5cc89d09c5aafd0a3c7874848c6a75d.tar.xz
doc: Add release notes for -printtoconsole and -debuglogfile changes
This adds release notes relevant to the changes in #13004 and documented in command line help in #13614
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
------------------------