Skip to content

Commit

Permalink
Default debug log level
Browse files Browse the repository at this point in the history
  • Loading branch information
vlinkz committed Mar 3, 2024
1 parent 20ea3f4 commit 6f8a193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async fn main() -> Result<()> {
let args = Args::parse();

if args.verbose {
std::env::set_var("RUST_LOG", "libsnow_generator=trace");
std::env::set_var("RUST_LOG", "libsnow_generator=debug");
}

pretty_env_logger::init();
Expand Down

0 comments on commit 6f8a193

Please sign in to comment.