exclude_salsa

Function exclude_salsa 

Source
pub fn exclude_salsa() -> DynFilterFn<Registry, impl Fn(&Metadata<'_>, &Context<'_, Registry>) -> bool>
Expand description

Returns a filter that mutes all tracing events from the “salsa” crate unless the CAIRO_UNMUTE_SALSA environment variable is set. This is useful to reduce log noise from salsa internals during normal operation.