impulse-tracing-ecs

Crates.ioimpulse-tracing-ecs
lib.rsimpulse-tracing-ecs
version0.4.2
created_at2025-07-21 21:14:38.961145+00
updated_at2025-07-21 21:14:38.961145+00
descriptionTracing subscriber that output ECS (Elastic Common Schema) JSON log lines. Edited for Impulse Kit
homepagehttps://github.com/zenria/tracing-ecs
repositoryhttps://github.com/impulse-sw/tracing-ecs
max_upload_size
id1762687
size86,773
Klimenty Titov (markcda)

documentation

README

tracing-ecs crates.io docs.rs

Tracing subscriber that outputs json log lines in the ECS (Elastic Common Schema) log format.

Usage

use tracing_ecs::ECSLayerBuilder;
ECSLayerBuilder::default()
    .stdout()
    .install()
    .unwrap()

License

Contribution

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.

Commit count: 0

cargo fmt