[tests] log thread names by default in functional tests
This commit is contained in:
parent
2c35fe6238
commit
ba534ccd56
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue