Fix logging that was broken due to lib rename (#371)

This commit is contained in:
Félix Saparelli 2022-09-11 00:54:31 +12:00 committed by GitHub
parent 62dc435e3a
commit 757ecfaef8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");
}