From 66951d5cb850fc9f764a5e0365e49fcd5cbb4df7 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Mon, 21 Oct 2024 10:32:06 +0530 Subject: [PATCH] Update troubleshooting instructions --- testnet-nitro-node.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/testnet-nitro-node.md b/testnet-nitro-node.md index ca498e4..d67a49e 100644 --- a/testnet-nitro-node.md +++ b/testnet-nitro-node.md @@ -756,6 +756,18 @@ Perform swaps using a swap channel created with another Nitro node over the mirr ## Troubleshooting +* Check the logs of nitro node to see if the objective is completed + + ```bash + # To check logs of L1 nitro-node + laconic-so deployment --dir l1-nitro-deployment logs nitro-node -f --tail 30 + + # To check logs of L2 nitro-node + laconic-so deployment --dir l2-nitro-deployment logs nitro-node -f --tail 30 + ``` + + * If the objective is completed, you can safely stop (`Ctrl+C`) the running CLI command and continue with the further instructions + * Stop (`Ctrl+C`) the direct-fund command if it is stuck * Restart the L1 Nitro node: