Log to terminal to save space:
tail -f /path/to/file.log
tail
is a unix command to watch a log file for changes in real time
See: http://osxdaily.com/2011/04/20/console-logs-command-line-mac/
Log to terminal to save space:
tail -f /path/to/file.log
tail
is a unix command to watch a log file for changes in real time
See: http://osxdaily.com/2011/04/20/console-logs-command-line-mac/