From 9b5772f791358592686a8b50c3a508faf7215cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20B=C4=83ncioiu?= Date: Mon, 20 May 2024 20:26:56 +0300 Subject: [PATCH] Proxy logs. --- scripts/testnet/include/tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/testnet/include/tools.sh b/scripts/testnet/include/tools.sh index 85c7032507d..453373bfe40 100644 --- a/scripts/testnet/include/tools.sh +++ b/scripts/testnet/include/tools.sh @@ -5,7 +5,7 @@ startProxy() { setTerminalLayout "even-vertical" setWorkdirForNextCommands "$TESTNETDIR/proxy" - runCommandInTerminal "./proxy" $1 + runCommandInTerminal "./proxy --log-save" $1 } pauseProxy() {