Crates.io | tracing-logfmt-otel |
lib.rs | tracing-logfmt-otel |
version | 0.2.0 |
source | src |
created_at | 2023-10-31 11:28:57.646118 |
updated_at | 2024-01-15 11:30:51.712847 |
description | A fork of tracing-logfmt with added support for opentelemetry span data |
homepage | https://github.com/elkowar/tracing-logfmt |
repository | https://github.com/elkowar/tracing-logfmt |
max_upload_size | |
id | 1019742 |
size | 66,058 |
This crate is a fork of EmbarkStudios/tracing-logfmt that adds the opentelemetry trace and span id to the log output.
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.
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.