mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +02:00
[tests] Comment for why logging config is set as command-line args.
This commit is contained in:
@ -80,6 +80,9 @@ class TestNode():
|
|||||||
# For those callers that need more flexibility, they can just set the args property directly.
|
# For those callers that need more flexibility, they can just set the args property directly.
|
||||||
# Note that common args are set in the config file (see initialize_datadir)
|
# Note that common args are set in the config file (see initialize_datadir)
|
||||||
self.extra_args = extra_args
|
self.extra_args = extra_args
|
||||||
|
# Configuration for logging is set as command-line args rather than in the bitcoin.conf file.
|
||||||
|
# This means that starting a bitcoind using the temp dir to debug a failed test won't
|
||||||
|
# spam debug.log.
|
||||||
self.args = [
|
self.args = [
|
||||||
self.binary,
|
self.binary,
|
||||||
"-datadir=" + self.datadir,
|
"-datadir=" + self.datadir,
|
||||||
|
Reference in New Issue
Block a user