Crates.io | tracing-ecs |
lib.rs | tracing-ecs |
version | 0.4.1 |
source | src |
created_at | 2023-09-28 13:36:58.550137 |
updated_at | 2024-09-10 07:44:57.716694 |
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 | 56,316 |
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.