Troubleshooting your node
Check your logs
View log in real time
Get last 100 lines of your log
tail -n 100 /home/coti/coti-node/logs/FullNode1.logLooking for specific phrases like ERROR as you use the tail command above
tail -n 100 /home/coti/coti-node/logs/FullNode1.log | grep "ERROR"Analyse log with a text editor
Example of what a working node looks like
Need help?
Last updated
