Revert "Default log level to to RUST_LOG=solana=info (#5296)" (#5302)

This reverts commit c63a38ae57.
This commit is contained in:
Michael Vines
2019-07-27 07:46:45 -07:00
committed by GitHub
parent 64c770275b
commit 7796e87814
5 changed files with 5 additions and 4 deletions

View File

@ -60,6 +60,7 @@ solana_ledger_tool=$(solana_program ledger-tool)
solana_wallet=$(solana_program wallet)
solana_replicator=$(solana_program replicator)
export RUST_LOG=${RUST_LOG:-solana=info} # if RUST_LOG is unset, default to info
export RUST_BACKTRACE=1
# shellcheck source=scripts/configure-metrics.sh