From a11de8eb74ba6051a86229f12bd6e4ffb30dca3a Mon Sep 17 00:00:00 2001 From: Floriane TUERNAL SABOTINOV Date: Wed, 27 Aug 2025 18:55:03 +0200 Subject: [PATCH] fix otel panic --- nym-node/src/cli/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nym-node/src/cli/mod.rs b/nym-node/src/cli/mod.rs index b02fc2f1e8..70b0c64515 100644 --- a/nym-node/src/cli/mod.rs +++ b/nym-node/src/cli/mod.rs @@ -58,9 +58,9 @@ impl Cli { #[instrument] pub(crate) fn execute(self) -> anyhow::Result<()> { // NOTE: `test_throughput` sets up its own logger as it has to include additional layers - if !matches!(self.command, Commands::TestThroughput(..)) { - crate::logging::setup_tracing_logger()?; - } + // if !matches!(self.command, Commands::TestThroughput(..)) { + // crate::logging::setup_tracing_logger()?; + // } match self.command { // Sync commands get logger w. no OTEL