From 69964374249ed563e6e5e79acea288b007e489fa Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Wed, 18 Feb 2026 17:37:45 +0100 Subject: [PATCH] add no-log to anywhere --- nym-gateway-probe/src/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-gateway-probe/src/run.rs b/nym-gateway-probe/src/run.rs index 9ba0937bce..97f92291e1 100644 --- a/nym-gateway-probe/src/run.rs +++ b/nym-gateway-probe/src/run.rs @@ -29,7 +29,7 @@ struct CliArgs { config_env_file: Option, /// Disable logging during probe - #[arg(long)] + #[arg(long, global = true)] no_log: bool, }