Skip to content

Commit

Permalink
fix(log): prefix_filter not working. (#17136)
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsofun authored Dec 29, 2024
1 parent 7392cdb commit 8f2230b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/tracing/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ fn match_prefix(meta: &Metadata, prefixes: &[String]) -> FilterResult {
}
}

FilterResult::Neutral
FilterResult::Reject
}

/// Return true if the log level is considered severe.
Expand Down

0 comments on commit 8f2230b

Please sign in to comment.