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, }