mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-22 03:30:38 +00:00
fix: tail command typo (#5456)
* fix: tail command typo * Merge branch 'unstable' of https://github.com/sigp/lighthouse into patch-1
This commit is contained in:
parent
21cdc64bfe
commit
003bb0ae3c
@ -78,7 +78,7 @@ To view the beacon, validator client and geth logs:
|
||||
|
||||
```bash
|
||||
tail -f ~/.lighthouse/local-testnet/testnet/beacon_node_1.log
|
||||
taif -f ~/.lighthouse/local-testnet/testnet/validator_node_1.log
|
||||
tail -f ~/.lighthouse/local-testnet/testnet/validator_node_1.log
|
||||
tail -f ~/.lighthouse/local-testnet/testnet/geth_1.log
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user