Skip to content

Commit

Permalink
Enable logging
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Feb 8, 2022
1 parent a4d280a commit beaa03d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ use crate::{
};

fn main() -> anyhow::Result<()> {
tracing_subscriber::fmt::init();

let args = Args::parse();
let model = Model::new(args.model);

Expand Down

0 comments on commit beaa03d

Please sign in to comment.