diff options
author | John Newbery <john@johnnewbery.com> | 2019-04-30 15:06:26 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2019-04-30 15:06:26 -0500 |
commit | ba534ccd5664670707f711451ad15f64c5244ba5 (patch) | |
tree | 0087d5c552170b3b2dfbf829475948db22025eab /test/functional/test_framework/test_node.py | |
parent | 2c35fe6238131f0b5613c3a1230c5019f13f0c09 (diff) |
[tests] log thread names by default in functional tests
Diffstat (limited to 'test/functional/test_framework/test_node.py')
-rwxr-xr-x | test/functional/test_framework/test_node.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_framework/test_node.py b/test/functional/test_framework/test_node.py index 8b2006a05c..21ca96d6b3 100755 --- a/test/functional/test_framework/test_node.py +++ b/test/functional/test_framework/test_node.py @@ -84,6 +84,7 @@ class TestNode(): self.binary, "-datadir=" + self.datadir, "-logtimemicros", + "-logthreadnames", "-debug", "-debugexclude=libevent", "-debugexclude=leveldb", |