Skip to content

Commit

Permalink
--use-health-service
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Jun 18, 2020
1 parent a51aa4f commit 1106906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/testnet/include/nodes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ assembleCommand_startObserverNode() {
WORKING_DIR=$TESTNETDIR/node_working_dirs/observer$OBSERVER_INDEX

local nodeCommand="./node \
-port $PORT -log-save -log-level $LOGLEVEL --log-logger-name --log-correlation -rest-api-interface localhost:$RESTAPIPORT \
-port $PORT -log-save -log-level $LOGLEVEL --log-logger-name --log-correlation --use-health-service -rest-api-interface localhost:$RESTAPIPORT \
-destination-shard-as-observer $SHARD \
-sk-index $KEY_INDEX \
-working-directory $WORKING_DIR -config ./config/config_observer.toml"
Expand All @@ -199,7 +199,7 @@ assembleCommand_startValidatorNode() {
WORKING_DIR=$TESTNETDIR/node_working_dirs/validator$VALIDATOR_INDEX

local nodeCommand="./node \
-port $PORT -log-save -log-level $LOGLEVEL --log-logger-name --log-correlation -rest-api-interface localhost:$RESTAPIPORT \
-port $PORT -log-save -log-level $LOGLEVEL --log-logger-name --log-correlation --use-health-service -rest-api-interface localhost:$RESTAPIPORT \
-sk-index $KEY_INDEX \
-working-directory $WORKING_DIR -config ./config/config_validator.toml"

Expand Down

0 comments on commit 1106906

Please sign in to comment.