tracing/tracing-subscriber
Eliza Weisman 4205c08d29
subscriber: prepare to release 0.1.4 (#363)
### Fixed:

- Spans entered twice on the same thread sometimes being completely
  exited when the more deeply-nested entry is exited (#361)
- Setting `with_ansi(false)` on `FmtSubscriber` not disabling ANSI color
  formatting for timestamps (#354)
- Incorrect reference counting in `FmtSubscriber` that could cause spans
  to not be closed when all references are dropped (#366)

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
2019-09-26 14:02:23 -07:00
..

tracing-subscriber

Utilities for implementing and composing tracing subscribers.

Crates.io Documentation Documentation (master) MIT licensed Build Status Gitter chat maintenance status

Documentation | Chat

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tracing by you, shall be licensed as MIT, without any additional terms or conditions.