Skip to content

Commit 8f2230b

Browse files
authored
fix(log): prefix_filter not working. (#17136)
1 parent 7392cdb commit 8f2230b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/tracing/src/init.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ fn match_prefix(meta: &Metadata, prefixes: &[String]) -> FilterResult {
387387
}
388388
}
389389

390-
FilterResult::Neutral
390+
FilterResult::Reject
391391
}
392392

393393
/// Return true if the log level is considered severe.

0 commit comments

Comments
 (0)