Skip to content

Commit ba534cc

Browse files
committed
[tests] log thread names by default in functional tests
1 parent 2c35fe6 commit ba534cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/test_framework/test_node.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def __init__(self, i, datadir, *, rpchost, timewait, bitcoind, bitcoin_cli, cove
8484
self.binary,
8585
"-datadir=" + self.datadir,
8686
"-logtimemicros",
87+
"-logthreadnames",
8788
"-debug",
8889
"-debugexclude=libevent",
8990
"-debugexclude=leveldb",

0 commit comments

Comments
 (0)