Skip to content

tracing-subscriber 0.3.15

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 19:37
· 558 commits to master since this release
290eff2

This release fixes a bug where the reload layer would fail to pass through
max_level_hint to the underlying layer, potentially breaking filtering.

Fixed

  • reload: pass through max_level_hint to the inner Layer (#2204)

Thanks to @guswynn for contributing to this release!