Skip to content

Commit

Permalink
docs: double quote will treated as a part of field value
Browse files Browse the repository at this point in the history
  • Loading branch information
leavesster authored Jan 14, 2025
1 parent b02a700 commit 4a4b93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-subscriber/src/filter/env/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ use tracing_core::{
/// - `my_crate[span_a]=trace` will enable all spans and events that:
/// - are within the `span_a` span or named `span_a` _if_ `span_a` has the target `my_crate`,
/// - at the level `trace` or above.
/// - `[span_b{name=\"bob\"}]` will enable all spans or event that:
/// - `[span_b{name="bob"}]` will enable all spans or event that:
/// - have _any_ target,
/// - are inside a span named `span_b`,
/// - which has a field named `name` with value `bob`,
Expand Down

0 comments on commit 4a4b93e

Please sign in to comment.