vincenzopalazzo / opentelemetry-log

A lightweight and straightforward OpenTelemetry log adapter for Rust, enabling seamless export of logs to an OpenTelemetry collector. Designed for simplicity and ease of integration, it bridges your Rust application’s logging with distributed tracing systems, allowing you to monitor and analyze logs efficiently in observability platforms
GNU General Public License v2.0
1 stars 0 forks source link

using tracing bridge/appender #5

Open vincenzopalazzo opened 6 days ago

vincenzopalazzo commented 6 days ago

This will cost us a little bit of dependencies increase, but should be taken into count at some point, probably using a compiler feature

vincenzopalazzo commented 6 days ago

We should use the following parser https://github.com/rust-cli/env_logger/blob/main/crates/env_filter/src/parser.rs#L9 to be compatible wit ev_logger.