It's overly noisy, and not useful to have the bitcoin nodes log to stdout in the functional tests. In case of troubleshooting the debug.log files can be inspected.
This was the behavior before #13004.
It's overly noisy, and not useful to have the bitcoin nodes log to
stdout in the functional tests. In case of troubleshooting the
`debug.log` files can be inspected.
This was the behavior before #13004.
Strange - I can't reproduce the problem here, and don't know what fixed it here either as logtoconsole option doesn't exist.
Hmm, shouldn't daemon default to true for bitcoind, and thus it shouldn't log to the console?
Hmm, shouldn't daemon default to true for bitcoind, and thus it shouldn't log to the console?
I don't think the functional tests use -daemon.
They do pass -noprinttoconsole though so I have no clue why I had this issue.