tokio-rs / tracing

Application level tracing for Rust.
https://tracing.rs
MIT License
5.53k stars 726 forks source link

Add tracing-config to related crates #3064

Open mateiandrei94 opened 3 months ago

mateiandrei94 commented 3 months ago

Feature Request

The readme and docs state : (if you're the maintainer of a tracing ecosystem crate not in this list, please let us know!)

crates.io : https://crates.io/crates/tracing-config github : https://github.com/mateiandrei94/tracing-config

Motivation

Configure tracing given a configuration file rather than code.

Proposal

tracing-config is already in a decent state, although it still needs work.