Commit 4365448
subscriber: prepare to release 0.3.5 (tokio-rs#1810)
# 0.3.5 (Dec 29, 2021)
This release re-enables `RUST_LOG` filtering in
`tracing_subscriber::fmt`'s default initialization methods, and adds an
`OffsetLocalTime` formatter for using local timestamps with the `time`
crate.
### Added
- **fmt**: Added `OffsetLocalTime` formatter to `fmt::time` for
formatting local timestamps with a fixed offset ([tokio-rs#1772])
### Fixed
- **fmt**: Added a `Targets` filter to `fmt::init()` and
`fmt::try_init()` when the "env-filter" feature is disabled, so that
`RUST_LOG` is still honored ([tokio-rs#1781])
Thanks to @marienz and @ishitatsuyuki for contributing to this release!
[tokio-rs#1772]: tokio-rs#1772
[tokio-rs#1781]: tokio-rs#17811 parent b660f36 commit 4365448
2 files changed
+24
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
2 | 24 | | |
3 | 25 | | |
4 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments