If a running script is running on the background of a computer and you would like to monitor its log file output do this in a terminal:
tail -f <name of the script's log file>
If a running script is running on the background of a computer and you would like to monitor its log file output do this in a terminal:
tail -f <name of the script's log file>