mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-13 05:12:34 -03:00
7 lines
208 B
Markdown
7 lines
208 B
Markdown
|
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`.
|