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

@ -23,7 +23,7 @@ fn port_range_validator(port_range: String) -> Result<(), String> {
}
fn main() {
solana_logger::setup();
solana_logger::setup_with_filter("solana=info");
solana_metrics::set_panic_hook("validator");
let default_dynamic_port_range =