Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
fix(navm): wrong default value
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzrand committed Dec 7, 2020
1 parent a6b4b24 commit 6126aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/r0vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ struct Opt {
pub dump: bool,

/// Set log level. Values: error, warning, info, debug, trace
#[clap(long, default_value = "warning")]
#[clap(long, default_value = "warn")]
pub log: tracing::level_filters::LevelFilter,
}

Expand Down

0 comments on commit 6126aeb

Please sign in to comment.