mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
[tests] log thread names by default in functional tests
This commit is contained in:
@ -84,6 +84,7 @@ class TestNode():
|
|||||||
self.binary,
|
self.binary,
|
||||||
"-datadir=" + self.datadir,
|
"-datadir=" + self.datadir,
|
||||||
"-logtimemicros",
|
"-logtimemicros",
|
||||||
|
"-logthreadnames",
|
||||||
"-debug",
|
"-debug",
|
||||||
"-debugexclude=libevent",
|
"-debugexclude=libevent",
|
||||||
"-debugexclude=leveldb",
|
"-debugexclude=leveldb",
|
||||||
|
Reference in New Issue
Block a user