CLI: Reinstate logging, disabled by default
This commit is contained in:
committed by
mergify[bot]
parent
ad2e10e17b
commit
a44392048d
@ -245,6 +245,7 @@ pub fn parse_args<'a>(
|
||||
}
|
||||
|
||||
fn main() -> Result<(), Box<dyn error::Error>> {
|
||||
solana_logger::setup_with_default("off");
|
||||
let matches = app(
|
||||
crate_name!(),
|
||||
crate_description!(),
|
||||
|
Reference in New Issue
Block a user