chore: Disable logs for sensitive crates
This commit is contained in:
parent
cb08c43879
commit
e468057b43
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ fn main() {
|
|||
("hyper_util", LevelFilter::Off),
|
||||
("oci_distribution", LevelFilter::Off),
|
||||
("reqwest", LevelFilter::Off),
|
||||
("oci_client", LevelFilter::Off),
|
||||
("rustls", LevelFilter::Off),
|
||||
])
|
||||
.log_out_dir(args.log_out.clone())
|
||||
.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue