From 7388be19a79293ee433b4709bbe551bc106821ce Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Mon, 16 Dec 2024 17:01:02 +0000 Subject: [PATCH] chore: silence logs to k8s port-forward --- yarn-project/end-to-end/src/spartan/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn-project/end-to-end/src/spartan/utils.ts b/yarn-project/end-to-end/src/spartan/utils.ts index 2f5b672b253..cd656791614 100644 --- a/yarn-project/end-to-end/src/spartan/utils.ts +++ b/yarn-project/end-to-end/src/spartan/utils.ts @@ -104,7 +104,7 @@ export async function startPortForward({ // If we don't pipe stderr, then the port forwarding does not work. // Log to silent because this doesn't actually report errors, // just extremely verbose debug logs. - logger.debug(data.toString()); + logger.silent(data.toString()); }); // Wait a moment for the port forward to establish