CLI: Reinstate logging, disabled by default

(cherry picked from commit a44392048d)
This commit is contained in:
Trent Nelson
2021-01-22 18:20:58 -07:00
committed by Michael Vines
parent 91c57cd70d
commit 62b7bf5365

View File

@ -245,6 +245,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!(),