Skip to content

Commit

Permalink
[scripts]change log_level default value -> debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Desislava committed Feb 3, 2023
1 parent 56f9bdc commit 9d95cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/remote/validator-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ update_config "$config_dir" '."consensus"."timeout_commit"' '"'"$timeout_commit"
update_config "$config_dir" '."instrumentation"."prometheus"' "true" >/dev/null
update_config "$config_dir" '."instrumentation"."prometheus_listen_addr"' '"'":$MONITORING_PORT"'"' >/dev/null
update_config "$config_dir" '."log_format"' '"json"'
update_config "$config_dir" '."log_level"' '"debug"'

tendermint_node_id=$(run_cmd "$home_dir" tendermint show-node-id)
validator_pub_key=$(run_cmd "$home_dir" tendermint show-validator)
Expand Down

0 comments on commit 9d95cf7

Please sign in to comment.