Set log level to info instead of trace

This commit is contained in:
Daniel Karzel 2021-01-05 14:00:07 +11:00
parent 72aa517af8
commit 0977d36703

View File

@ -40,7 +40,7 @@ extern crate prettytable;
#[tokio::main]
async fn main() -> Result<()> {
init_tracing(LevelFilter::Trace).expect("initialize tracing");
init_tracing(LevelFilter::Info).expect("initialize tracing");
let opt = Options::from_args();