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.
conduit_axum::fallback
1 parent 9157445 commit 6cd8137Copy full SHA for 6cd8137
src/util/tracing.rs
@@ -30,7 +30,6 @@ pub fn init() {
30
pub fn event_filter(metadata: &Metadata<'_>) -> EventFilter {
31
match metadata.level() {
32
&Level::ERROR if metadata.target() == "http" => EventFilter::Breadcrumb,
33
- &Level::ERROR if metadata.target() == "conduit_axum::fallback" => EventFilter::Ignore,
34
&Level::ERROR => EventFilter::Exception,
35
&Level::WARN | &Level::INFO => EventFilter::Breadcrumb,
36
&Level::DEBUG | &Level::TRACE => EventFilter::Ignore,
0 commit comments