Skip to content

Commit

Permalink
Change default log level, bump version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed May 13, 2024
1 parent 788e3a2 commit 2e58099
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
"Nikita Chashchinskii <[email protected]>"
]
edition = "2021"
version = "0.8.5"
version = "0.8.6"

[workspace.dependencies.bip300301]
git = "https://github.com/Ash-L2L/bip300301.git"
Expand Down
4 changes: 2 additions & 2 deletions app/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ pub struct Cli {
/// If specified, the gui will not launch.
#[arg(long)]
pub headless: bool,
/// Log level, defaults to [`tracing::Level::Info`]
#[arg(default_value_t = tracing::Level::INFO, long)]
/// Log level, defaults to [`tracing::Level::Debug`]
#[arg(default_value_t = tracing::Level::DEBUG, long)]
pub log_level: tracing::Level,
/// address to use for P2P networking, defaults to 0.0.0.0:4000
#[arg(short, long)]
Expand Down

0 comments on commit 2e58099

Please sign in to comment.