7 releases

0.3.0 Apr 21, 2022
0.2.4 Mar 17, 2022
0.2.3 Feb 8, 2022
0.2.2 Jan 14, 2022
0.1.0 Jul 31, 2020

#470 in Debugging

Download history 8103/week @ 2023-11-20 10556/week @ 2023-11-27 9115/week @ 2023-12-04 8982/week @ 2023-12-11 7810/week @ 2023-12-18 5024/week @ 2023-12-25 6449/week @ 2024-01-01 9627/week @ 2024-01-08 9696/week @ 2024-01-15 11059/week @ 2024-01-22 11169/week @ 2024-01-29 10974/week @ 2024-02-05 11774/week @ 2024-02-12 10990/week @ 2024-02-19 10460/week @ 2024-02-26 11000/week @ 2024-03-04

45,070 downloads per month
Used in 15 crates

MIT license

1MB
15K SLoC

Tracing — Structured, application-level diagnostics

tracing-journald

Support for logging tracing events natively to journald, preserving structured information.

Crates.io Documentation (master) MIT licensed maintenance status

Overview

tracing is a framework for instrumenting Rust programs to collect scoped, structured, and async-aware diagnostics. tracing-journald provides a tracing-subscriber::Layer implementation for logging tracing spans and events to systemd-journald, on Linux distributions that use systemd.

Compiler support: requires rustc 1.49+

Supported Rust Versions

Tracing is built against the latest stable release. The minimum supported version is 1.49. The current Tracing version is not guaranteed to build on Rust versions earlier than the minimum supported version.

Tracing follows the same compiler support policies as the rest of the Tokio project. The current stable Rust compiler and the three most recent minor versions before it will always be supported. For example, if the current stable compiler version is 1.45, the minimum supported version will not be increased past 1.42, three minor versions prior. Increasing the minimum supported compiler version is not considered a semver breaking change as long as doing so complies with this policy.

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.

Dependencies