tracing-subscriber 0.3.5
·
476 commits
to main
since this release
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
OffsetLocalTimeformatter tofmt::timefor formatting local
timestamps with a fixed offset (#1772)
Fixed
- fmt: Added a
Targetsfilter tofmt::init()andfmt::try_init()when
the "env-filter" feature is disabled, so thatRUST_LOGis still honored
(#1781)
Thanks to @marienz and @ishitatsuyuki for contributing to this release!