Filter out symphonia log spam
This commit is contained in:
parent
cfc848bf7c
commit
00236a99e3
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ fn init_logging<T: AsRef<Path>>(
|
|||
) -> Result<(), Error> {
|
||||
let log_config = simplelog::ConfigBuilder::new()
|
||||
.set_location_level(LevelFilter::Error)
|
||||
.add_filter_ignore_str("symphonia")
|
||||
.build();
|
||||
|
||||
let mut loggers: Vec<Box<dyn SharedLogger>> = vec![TermLogger::new(
|
||||
|
|
Loading…
Add table
Reference in a new issue