diff --git a/crates/bin/src/args.rs b/crates/bin/src/args.rs index 107c452c..5cae7d82 100644 --- a/crates/bin/src/args.rs +++ b/crates/bin/src/args.rs @@ -226,6 +226,10 @@ pub struct Args { /// /// Set to `off` to disable logging completely, this will also /// disable output from `cargo-install`. + /// + /// If `--log-level` is not specified on cmdline, then cargo-binstall + /// will try to read environment variable `BINSTALL_LOG_LEVEL` and + /// interpret it as a log-level. #[clap(help_heading = "Meta", long, value_name = "LEVEL")] pub log_level: Option,