mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Fix logging that was broken due to lib rename (#371)
This commit is contained in:
parent
62dc435e3a
commit
757ecfaef8
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ pub fn logging(args: &Args) {
|
|||
let mut log_config = ConfigBuilder::new();
|
||||
|
||||
if log_level != LevelFilter::Trace {
|
||||
log_config.add_filter_allow_str("binstall");
|
||||
log_config.add_filter_allow_str("binstalk");
|
||||
log_config.add_filter_allow_str("cargo_binstall");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue