Commit 168d33d
committed
Merge tag 'tracing-subscriber-0.3.17' into feat/tracing-journald
This release of `tracing-subscriber` fixes a build error when using
`env-filter` with recent versions of the `regex` crate. It also
introduces several minor API improvements.
- **env-filter**: Add "unicode-case" and "unicode-perl" to the `regex`
dependency, fixing a build error with recent versions of `regex`
(tokio-rs#2566)
- A number of minor documentation typos and other fixes (tokio-rs#2384, tokio-rs#2378,
tokio-rs#2368, tokio-rs#2548)
- **filter**: Add `fmt::Display` impl for `filter::Targets` (tokio-rs#2343)
- **fmt**: Made `with_ansi(false)` no longer require the "ansi" feature,
so that ANSI formatting escapes can be disabled without requiring
ANSI-specific dependencies (tokio-rs#2532)
- **fmt**: Dim targets in the `Compact` formatter, matching the default
formatter (tokio-rs#2409)
Thanks to @keepsimple1, @andrewhalle, @LeoniePhiline, @LukeMathWalker,
@howardjohn, @daxpedda, and @dbidwell94 for contributing to this
release!File tree
177 files changed
+6692
-4455
lines changed- .config
- .github
- workflows
- bin
- examples
- examples
- sloggish
- tracing-appender
- benches
- src
- rolling
- tracing-attributes
- src
- tests
- ui
- tracing-core
- src
- lazy_static
- tracing-error
- src
- tracing-flame
- src
- tracing-futures
- src
- executor
- tests
- tracing-journald
- src
- tests
- tracing-log
- src
- tracing-macros
- tracing-mock
- src
- tracing-opentelemetry
- benches
- src
- tests
- tracing-serde
- src
- tracing-subscriber
- benches/support
- src
- filter
- env
- layer_filters
- fmt
- format
- time
- layer
- registry
- tests
- env_filter
- layer_filters
- tracing-tower
- src
- tracing
- benches
- src
- test-log-support
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
177 files changed
+6692
-4455
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 11 | | |
15 | 12 | | |
0 commit comments