Skip to content

Commit 6cd8137

Browse files
authored
tracing: Remove obsolete conduit_axum::fallback filter (#6305)
This module does not exist anymore, so there is no need to keep this filter around... :D
1 parent 9157445 commit 6cd8137

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/tracing.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ pub fn init() {
3030
pub fn event_filter(metadata: &Metadata<'_>) -> EventFilter {
3131
match metadata.level() {
3232
&Level::ERROR if metadata.target() == "http" => EventFilter::Breadcrumb,
33-
&Level::ERROR if metadata.target() == "conduit_axum::fallback" => EventFilter::Ignore,
3433
&Level::ERROR => EventFilter::Exception,
3534
&Level::WARN | &Level::INFO => EventFilter::Breadcrumb,
3635
&Level::DEBUG | &Level::TRACE => EventFilter::Ignore,

0 commit comments

Comments
 (0)