Default to error logs, override with info only for those programs that need it (#5321)

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

This reverts commit 7796e87814.

* Default to error logs, override with info only for those programs that need it
This commit is contained in:
Michael Vines
2019-07-29 10:57:00 -07:00
committed by GitHub
parent 506b305959
commit 4e093525c7
6 changed files with 9 additions and 8 deletions

View File

@ -60,7 +60,6 @@ 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