aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames O'Beirne <james@chaincode.com>2018-05-05 14:14:43 -0400
committerJames O'Beirne <james.obeirne@gmail.com>2019-04-29 13:49:15 -0400
commit383b186c28979e42adbdd257a40114c0e3f14a83 (patch)
treef18370d19913f53d3e8a0f698c5afad7ec71b691 /doc
parentddd95ccb80da3d5cdf905192e23d54f303e6d83f (diff)
downloadbitcoin-383b186c28979e42adbdd257a40114c0e3f14a83.tar.xz
threads: prefix log messages with thread names
Introduce a new flag (`-logthreadnames`) which allows toggling of this behavior.
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-15849.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/release-notes-15849.md b/doc/release-notes-15849.md
new file mode 100644
index 0000000000..a1df31f250
--- /dev/null
+++ b/doc/release-notes-15849.md
@@ -0,0 +1,6 @@
+Thread names in logs
+--------------------
+
+On platforms supporting `thread_local`, log lines can be prefixed with the name
+of the thread that caused the log. To enable this behavior, use
+`-logthreadnames=1`.