CLI: Reinstate logging, disabled by default (#14790)

(cherry picked from commit a44392048d)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2021-01-23 04:04:30 +00:00
committed by GitHub
parent feb27f0add
commit ea97d82df2

View File

@ -242,6 +242,7 @@ pub fn parse_args<'a>(
} }
fn main() -> Result<(), Box<dyn error::Error>> { fn main() -> Result<(), Box<dyn error::Error>> {
solana_logger::setup_with_default("off");
let matches = app( let matches = app(
crate_name!(), crate_name!(),
crate_description!(), crate_description!(),