Tiny optimisation
This commit is contained in:
parent
2a4d9a85d5
commit
96ae960070
3 changed files with 6 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ struct Opts {
|
|||
log_file: Option<String>,
|
||||
|
||||
/// The value for RUST_LOG in the log file
|
||||
#[arg(long = "log-file-rust-log", default_value = "librqbit=trace,info")]
|
||||
#[arg(long = "log-file-rust-log", default_value = "librqbit=debug,info")]
|
||||
log_file_rust_log: String,
|
||||
|
||||
/// The interval to poll trackers, e.g. 30s.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue