We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3a0f2f + 573e67f commit 3a3b8a6Copy full SHA for 3a3b8a6
1 file changed
libs/input/input_verifier.rs
@@ -184,7 +184,7 @@ impl InputVerifier {
184
logger::init(
185
logger::Config::default()
186
.with_tag_on_device("InputVerifier")
187
- .with_min_level(log::Level::Trace),
+ .with_max_level(log::LevelFilter::Trace),
188
);
189
Self { name: name.to_owned(), touching_pointer_ids_by_device: HashMap::new() }
190
}
0 commit comments