Skip to content

Commit

Permalink
Document RUST_LOG
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Mar 10, 2024
1 parent be35df3 commit 1bf0775
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/uv/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ struct Cli {
quiet: bool,

/// Use verbose output.
///
/// You can configure fine-grained logging using the `RUST_LOG` environment variable.
/// (<https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives>)
#[arg(global = true, long, short, conflicts_with = "quiet")]
verbose: bool,

Expand Down

0 comments on commit 1bf0775

Please sign in to comment.