github tokio-rs/tracing tracing-subscriber-0.3.5
tracing-subscriber 0.3.5

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 (#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
    (#1781)

Thanks to @marienz and @ishitatsuyuki for contributing to this release!

Don't miss a new tracing release

NewReleases is sending notifications on new releases.