mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-10 01:28:41 -06:00
fix excessive logging
This commit is contained in:
parent
1f8c6ea223
commit
ab7c181345
|
@ -7,7 +7,7 @@ use std::io::Write;
|
|||
pub fn init() {
|
||||
let mut env = Env::default();
|
||||
if cfg!(debug_assertions) {
|
||||
env = env.filter_or("RUST_LOG", "trace");
|
||||
env = env.filter_or("RUST_LOG", "trace,gilrs=warn,rusty_xinput=warn");
|
||||
}
|
||||
Builder::from_env(env)
|
||||
.format(|buf, record| {
|
||||
|
|
Loading…
Reference in a new issue