diff --git a/src/tail/tunnel.rs b/src/tail/tunnel.rs index f8cbeb5ff..b0c5f1264 100644 --- a/src/tail/tunnel.rs +++ b/src/tail/tunnel.rs @@ -77,6 +77,7 @@ pub fn command(args: &[&str], binary_path: &PathBuf, verbose: bool) -> Command { // Let user read cloudflared process logs iff RUST_LOG=info. if !verbose { c.stderr(Stdio::null()); + c.stdout(Stdio::null()); } c