Enable log to see stake progress (#13755)

This commit is contained in:
sakridge 2020-11-22 18:34:05 -08:00 committed by GitHub
parent 26bf2b7e45
commit 1c7dd0ae14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function wait_for_bootstrap_validator_stake_drop {
# shellcheck disable=SC2154
# shellcheck disable=SC2029
ssh "${sshOptions[@]}" "${validatorIpList[0]}" "\$HOME/.cargo/bin/solana wait-for-max-stake $max_stake --url http://127.0.0.1:8899"
ssh "${sshOptions[@]}" "${validatorIpList[0]}" "RUST_LOG=info \$HOME/.cargo/bin/solana wait-for-max-stake $max_stake --url http://127.0.0.1:8899"
}
function get_slot {