Skip to content

Commit

Permalink
chore: silence logs to k8s port-forward (#10768)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr authored Dec 18, 2024
1 parent a4be4a7 commit 6f1ad79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/spartan/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f1ad79

Please sign in to comment.