mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Ignore rustls log output
This commit is contained in:
parent
0abfcbd1fb
commit
d0a292e173
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ async fn entry() -> Result<()> {
|
|||
let mut log_config = ConfigBuilder::new();
|
||||
log_config.add_filter_ignore("hyper".to_string());
|
||||
log_config.add_filter_ignore("reqwest".to_string());
|
||||
log_config.add_filter_ignore("rustls".to_string());
|
||||
log_config.set_location_level(LevelFilter::Off);
|
||||
TermLogger::init(
|
||||
opts.log_level,
|
||||
|
|
Loading…
Add table
Reference in a new issue