Skip to content

tracing-subscriber 0.3.5

Choose a tag to compare

@github-actions github-actions released this 30 Dec 00:22
· 476 commits to main since this release
06914c1

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!