9 releases

0.3.4 Mar 1, 2024
0.3.3 Aug 22, 2023
0.3.2 Apr 24, 2023
0.3.1 Mar 13, 2023
0.1.1 Jun 15, 2022

#108 in Debugging

Download history 2777/week @ 2023-12-08 2161/week @ 2023-12-15 1015/week @ 2023-12-22 1434/week @ 2023-12-29 2171/week @ 2024-01-05 3749/week @ 2024-01-12 5159/week @ 2024-01-19 4913/week @ 2024-01-26 5268/week @ 2024-02-02 3525/week @ 2024-02-09 5077/week @ 2024-02-16 5116/week @ 2024-02-23 6310/week @ 2024-03-01 5896/week @ 2024-03-08 5398/week @ 2024-03-15 3426/week @ 2024-03-22

22,052 downloads per month
Used in 6 crates (3 directly)

MIT/Apache

37KB
858 lines

🪵️ tracing-logfmt

Logfmt formatter for tracing-subscriber

Embark Embark Crates.io Docs dependency status Build status

Logfmt

Logfmt is a compact and simple log format for structured logging. Each log row contains one level of key/value pairs. To keep it as compact and readable as possible, values are only quoted if needed.

key=value otherkey="value with spaces" third="with escaped \"chars\""

There is no strict standard for the format, but it was first documented in this article by Brandur Leach.

Contribution

Contributor Covenant

We welcome community contributions to this project.

Please read our Contributor Guide for more information on how to get started. Please also read our Contributor Terms before you make any contributions.

Any contribution intentionally submitted for inclusion in an Embark Studios project, shall comply with the Rust standard licensing model (MIT OR Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:

License

This contribution is dual licensed under EITHER OF

at your option.

For clarity, "your" refers to Embark or any other licensee/user of the contribution.

Dependencies

~2–11MB
~81K SLoC