tail -f /path/thefile.log
This will give you a scrolling view of the logfile.
As new lines are added to the end, they will show up in your console screen.
tail -f /path/thefile.log
This will give you a scrolling view of the logfile.
As new lines are added to the end, they will show up in your console screen.