mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +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:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user