diff --git a/crates/zlog/src/filter.rs b/crates/zlog/src/filter.rs index 710ddf761eb..4f03a47f609 100644 --- a/crates/zlog/src/filter.rs +++ b/crates/zlog/src/filter.rs @@ -42,6 +42,7 @@ const DEFAULT_FILTERS: &[(&str, log::LevelFilter)] = &[ // usvg prints a lot of warnings on rendering an SVG with partial errors, which // can happen a lot with the SVG preview ("usvg::parser", log::LevelFilter::Error), + ("pet", log::LevelFilter::Warn), ]; pub fn init_env_filter(filter: env_config::EnvFilter) {