log: Calloop is very chatty
This commit is contained in:
parent
b53e5cae6e
commit
dd9b01293b
1 changed files with 1 additions and 0 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue