From b4511e2e2ed1a6077ae6826a9ee6b7a311293d08 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 25 Aug 2020 20:22:28 +0000 Subject: log: Prefix log messages with function name if -logsourcelocations is set --- test/functional/test_framework/test_node.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/test_framework/test_node.py') diff --git a/test/functional/test_framework/test_node.py b/test/functional/test_framework/test_node.py index b61d433652..224953f941 100755 --- a/test/functional/test_framework/test_node.py +++ b/test/functional/test_framework/test_node.py @@ -114,6 +114,8 @@ class TestNode(): if self.version_is_at_least(190000): self.args.append("-logthreadnames") + if self.version_is_at_least(219900): + self.args.append("-logsourcelocations") self.cli = TestNodeCLI(bitcoin_cli, self.datadir) self.use_cli = use_cli -- cgit v1.2.3