Hi all, (related: Configuring tracing with log4rs or other rolling (and limiting) file appender)
We looked at Tokyo Tracing and it is very appealing for many reasons, but when we really need to (re)configure it at runtime. Not just logging levels, but different appenders etc.
At the moment we are using log4rs - Rust which is excellent, but Axum really seems to want to use tracing.
We are restricted from running dockers and want to keep the number of software components to a minimum, so an Open Telemetry implementation isn't really feasible.
So, are any of using Tracing with some sort of config file that can change things at runtime?
Thanks!