From d622b4516c46d787f19ff8e3e4cc7525f6a90313 Mon Sep 17 00:00:00 2001 From: chonghe Date: Mon, 25 Sep 2023 21:18:41 +0800 Subject: [PATCH] remove debug log --- scripts/local_testnet/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/local_testnet/README.md b/scripts/local_testnet/README.md index a5e2526ef5..8413b0eace 100644 --- a/scripts/local_testnet/README.md +++ b/scripts/local_testnet/README.md @@ -84,14 +84,6 @@ tail -f ~/.lighthouse/local-testnet/testnet/geth_1.log where `beacon_node_1` can be changed to `beacon_node_2`, `beacon_node_3` or `beacon_node_4` to view logs for different beacon nodes. The same applies to validator clients and geth nodes. -The view the debug logs for beacon nodes and validator clients: -``` -tail -f ~/.lighthouse/local-testnet/node_1/beacon/logs/beacon.log -tail -f ~/.lighthouse/local-testnet/node_1/validators/logs/validator.log -``` - -Once again, the `node_1` can be modified to view the debug logs for different nodes. - ## Stopping the testnet To stop the testnet, navigate to the directory `cd /lighthouse/scripts/local_testnet`, then run the command: