diff --git a/editoast/Cargo.toml b/editoast/Cargo.toml index 5e201796d92..43151e89aaa 100644 --- a/editoast/Cargo.toml +++ b/editoast/Cargo.toml @@ -94,7 +94,9 @@ axum-extra = { version = "0.9.6", default-features = false, features = [ "typed-header", ] } axum-test = { version = "16.4.1", default-features = false } -axum-tracing-opentelemetry = { version = "0.24.1", default-features = false } +axum-tracing-opentelemetry = { version = "0.24.1", default-features = false, features = [ + "tracing_level_info", +] } chrono.workspace = true clap = { version = "4.5.23", features = ["derive", "env"] } colored = "2.2.0"