How can I observe a logfile continuously?
With the command:
tail -f /path/to/logfile
you will see all lines added to the logfile. To stop this, press [CTRL] + c
With the command:
tail -f /path/to/logfile
you will see all lines added to the logfile. To stop this, press [CTRL] + c