Raspberry Pi log file
There is a log file containing logging output from the Raspberry Pi scripts.
This script can be located in the root directory of the Raspberry Pi here:
/lighthouse.out
A good way to view this file in realtime through an ssh connection with the Raspberry Pi is the command below
tail -f /lighthouse.out
Last updated 4 years ago