We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5cd01 commit be1a525Copy full SHA for be1a525
src/util/tracing.rs
@@ -54,7 +54,7 @@ fn init_with_default_level(level: LevelFilter) {
54
pub fn event_filter(metadata: &Metadata<'_>) -> EventFilter {
55
match metadata.level() {
56
&Level::ERROR if metadata.target() == "http" => EventFilter::Breadcrumb,
57
- &Level::ERROR => EventFilter::Exception,
+ &Level::ERROR => EventFilter::Event,
58
&Level::WARN | &Level::INFO => EventFilter::Breadcrumb,
59
&Level::DEBUG | &Level::TRACE => EventFilter::Ignore,
60
}
0 commit comments