You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make a PR to init_tracing_opentelemetry::tracing_subscriber_ext to support logfmt and configurable log level
switch cdviz-collector to use logfmt when available on init_tracing_opentelemetry
use verbosity to configure tracing & log
//TODO use verbosity to configure tracing & log, but allow override and finer control with RUST_LOG & CDVIZ_COLLECTOR_LOG (higher priority)
//TODO use logfmt format (with traceid,...) see [tracing-logfmt-otel](https://github.com/elkowar/tracing-logfmt-otel)
init_tracing_opentelemetry::tracing_subscriber_ext::init_subscribers()?;
The text was updated successfully, but these errors were encountered:
init_tracing_opentelemetry::tracing_subscriber_ext
to support logfmt and configurable log levelThe text was updated successfully, but these errors were encountered: