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 21, 2024
1 parent 76e109b commit b06019e
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 @@ -10,7 +10,7 @@ members = [
[workspace.package]
authors = [ "Ash Manning <[email protected]>" ]
edition = "2021"
version = "0.7.4"
version = "0.7.5"

[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 connect to mainchain node RPC server, defaults to 127.0.0.1:18443
#[arg(short, long)]
Expand Down

0 comments on commit b06019e

Please sign in to comment.