add trace debug level

This commit is contained in:
yggverse 2025-06-07 20:11:55 +03:00
parent b68a5b3eda
commit d0bd72396f
4 changed files with 8 additions and 2 deletions

View file

@ -7,6 +7,7 @@ pub struct Argument {
///
/// * `e` - error
/// * `i` - info
/// * `t` - trace (e.g. to run with `RUST_LOG=librqbit=trace`)
#[arg(short, long, default_value_t = String::from("ei"))]
pub debug: String,