This commit is contained in:
Antonio Scandurra 2022-05-25 10:23:43 +02:00
parent dcee8439b6
commit f403d87eff
8 changed files with 140 additions and 42 deletions

View file

@ -149,6 +149,7 @@ pub fn init_tracing(config: &Config) -> Option<()> {
use tracing_subscriber::layer::SubscriberExt;
let rust_log = config.rust_log.clone()?;
println!("HEY!");
LogTracer::init().log_err()?;
let open_telemetry_layer = config