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.
This commit is contained in:
Jeff Ruane
2022-10-26 05:05:52 -06:00
parent f37bd15d47
commit ef97b89902

View File

@ -102,6 +102,7 @@ class TestNode():
"-debug",
"-debugexclude=libevent",
"-debugexclude=leveldb",
"-debugexclude=rand",
"-uacomment=testnode%d" % i,
]
if use_valgrind: