Skip to content

Commit eb8a308

Browse files
committed
output log for debug
1 parent 15bb1e9 commit eb8a308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/truffle/scripts/bsc-rpc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ done
1313
geth --config ${DATA_DIR}/config.toml --datadir ${DATA_DIR} --netrestrict ${CLUSTER_CIDR} \
1414
--verbosity ${VERBOSE} --syncmode "full"\
1515
--rpc.allow-unprotected-txs --history.transactions 15768000 \
16-
-unlock ${unlock_sequences} --password /dev/null >${DATA_DIR}/bscnode-rpc.log
16+
-unlock ${unlock_sequences} --password /dev/null

tests/truffle/scripts/bsc-validator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ geth --config ${DATA_DIR}/config.toml --datadir ${DATA_DIR} --netrestrict ${CLUS
1414
--verbosity ${VERBOSE} \
1515
--bootnodes enode://${BOOTSTRAP_PUB_KEY}@${BOOTSTRAP_IP}:${BOOTSTRAP_TCP_PORT} \
1616
--mine -unlock ${VALIDATOR_ADDR} --miner.etherbase ${VALIDATOR_ADDR} --password /dev/null \
17-
--rpc.allow-unprotected-txs --history.transactions 15768000 >${DATA_DIR}/bscnode-validator.log
17+
--rpc.allow-unprotected-txs --history.transactions 15768000

0 commit comments

Comments
 (0)