Skip to content

Commit ef97b89

Browse files
committed
Exclude rand from debug log
Currently, debug.log is spammed with messages from random.cpp when functional tests are run. These logs are not useful for debugging, and decrease the signal to noise ratio of the logs.
1 parent f37bd15 commit ef97b89

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
@@ -102,6 +102,7 @@ def __init__(self, i, datadir, *, chain, rpchost, timewait, timeout_factor, bitc
102102
"-debug",
103103
"-debugexclude=libevent",
104104
"-debugexclude=leveldb",
105+
"-debugexclude=rand",
105106
"-uacomment=testnode%d" % i,
106107
]
107108
if use_valgrind:

0 commit comments

Comments
 (0)