Filter out symphonia log spam

This commit is contained in:
Antoine Gersant 2025-01-12 14:41:11 -08:00
parent cfc848bf7c
commit 00236a99e3

View file

@ -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(