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

1
Cargo.lock generated
View File

@@ -3400,7 +3400,6 @@ name = "solana-gossip"
version = "0.18.0-pre0"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"solana 0.18.0-pre0",
"solana-client 0.18.0-pre0",
"solana-netutil 0.18.0-pre0",