log: Calloop is very chatty

This commit is contained in:
Victoria Brekenfeld 2023-03-09 19:24:00 +01:00
parent b53e5cae6e
commit dd9b01293b

View file

@ -23,6 +23,7 @@ pub fn init_logger() -> Result<()> {
})
})
.add_directive(Directive::from_str("cosmic_text=error").unwrap())
.add_directive(Directive::from_str("calloop=error").unwrap())
.add_directive(Directive::from_str(&format!("smithay={level}")).unwrap())
.add_directive(Directive::from_str(&format!("cosmic_comp={level}")).unwrap());