Skip to content

Commit

Permalink
set btc harness debug levels per-subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Nov 11, 2021
1 parent 4249d97 commit aa76b62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dex/testing/btc/base-harness.sh
Expand Up @@ -79,7 +79,8 @@ tmux send-keys -t $SESSION:0 "set +o history" C-m
tmux send-keys -t $SESSION:0 "cd ${ALPHA_DIR}" C-m
echo "Starting simnet alpha node"
tmux send-keys -t $SESSION:0 "${DAEMON} -rpcuser=user -rpcpassword=pass \
-rpcport=${ALPHA_RPC_PORT} -debug -datadir=${ALPHA_DIR} \
-rpcport=${ALPHA_RPC_PORT} -datadir=${ALPHA_DIR} \
-debug=rpc -debug=net -debug=mempool -debug=walletdb -debug=addrman -debug=mempoolrej \
-whitelist=127.0.0.0/8 -whitelist=::1 \
-txindex=1 -regtest=1 -port=${ALPHA_LISTEN_PORT} -fallbackfee=0.00001 \
${EXTRA_ARGS}; tmux wait-for -S alpha${SYMBOL}" C-m
Expand All @@ -95,7 +96,8 @@ tmux send-keys -t $SESSION:1 "cd ${BETA_DIR}" C-m

echo "Starting simnet beta node"
tmux send-keys -t $SESSION:1 "${DAEMON} -rpcuser=user -rpcpassword=pass \
-rpcport=${BETA_RPC_PORT} -debug -datadir=${BETA_DIR} -txindex=1 -regtest=1 \
-rpcport=${BETA_RPC_PORT} -datadir=${BETA_DIR} -txindex=1 -regtest=1 \
-debug=rpc -debug=net -debug=mempool -debug=walletdb -debug=addrman -debug=mempoolrej \
-whitelist=127.0.0.0/8 -whitelist=::1 \
-port=${BETA_LISTEN_PORT} -fallbackfee=0.00001 ${EXTRA_ARGS}; \
tmux wait-for -S beta${SYMBOL}" C-m
Expand Down

0 comments on commit aa76b62

Please sign in to comment.