@@ -47,7 +47,7 @@ telemetry:
4747----
4848
4949<1> Boolean: `true`, `false`
50- <2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (and https://rustc-dev-guide.rust-lang.org /tracing. html#query-level-filters [more complex filters])
50+ <2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (or https://docs.rs /tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter. html#example-syntax [more complex filters])
5151<3> Enum: `plain`, `json`
5252
5353== File logs
@@ -66,7 +66,7 @@ telemetry:
6666----
6767
6868<1> Boolean: `true`, `false`
69- <2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (and https://rustc-dev-guide.rust-lang.org /tracing. html#query-level-filters [more complex filters])
69+ <2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (or https://docs.rs /tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter. html#example-syntax [more complex filters])
7070<3> Enum: `never`, `daily`, `hourly`, `minutely`
7171<4> Unsigned Integer
7272
@@ -89,5 +89,5 @@ telemetry:
8989----
9090
9191<1> Boolean: `true`, `false`
92- <2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (and https://rustc-dev-guide.rust-lang.org /tracing. html#query-level-filters [more complex filters])
92+ <2> String: `error`, `warn`, `info`, `debug`, `trace`, `off` (or https://docs.rs /tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter. html#example-syntax [more complex filters])
9393<3> String: E.g. `https://my-collector:4317` (Note: it must contain the scheme)
0 commit comments