| Crates.io | impulse-tracing-ecs |
| lib.rs | impulse-tracing-ecs |
| version | 0.4.2 |
| created_at | 2025-07-21 21:14:38.961145+00 |
| updated_at | 2025-07-21 21:14:38.961145+00 |
| description | Tracing subscriber that output ECS (Elastic Common Schema) JSON log lines. Edited for Impulse Kit |
| homepage | https://github.com/zenria/tracing-ecs |
| repository | https://github.com/impulse-sw/tracing-ecs |
| max_upload_size | |
| id | 1762687 |
| size | 86,773 |
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.