Skip to content

Commit

Permalink
feat: apply log env
Browse files Browse the repository at this point in the history
  • Loading branch information
storycraft committed Apr 4, 2024
1 parent 462a42d commit abb5f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
LevelFilter::Trace
}
})
.parse_default_env()
.init();

log::info!("initializing DirectShare...");
Expand Down

0 comments on commit abb5f8f

Please sign in to comment.