| Crates.io | tracing-ecs |
| lib.rs | tracing-ecs |
| version | 0.5.0 |
| created_at | 2023-09-28 13:36:58.550137+00 |
| updated_at | 2025-07-24 08:49:24.650781+00 |
| description | Tracing subscriber that output ECS (Elastic Common Schema) JSON log lines |
| homepage | |
| repository | https://github.com/zenria/tracing-ecs |
| max_upload_size | |
| id | 985944 |
| size | 87,345 |
Tracing subscriber that outputs json log lines in the ECS (Elastic Common Schema) log format.
use tracing_ecs::ECSLayerBuilder;
ECSLayerBuilder::default()
.stdout()
.install()
.unwrap()
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.