Function sentry_log::default_filter
source ยท pub fn default_filter(metadata: &Metadata<'_>) -> LogFilter
Expand description
The default log filter.
By default, an exception event is captured for error
, a breadcrumb for
warning
and info
, and debug
and trace
logs are ignored.