Do you want to keep the log open and watch as new entries are added? Try tail -f /path/to/logfile
Without the -f option, tail will just display the last few entries and exit.
If for some reason you're using X, maybe try
http://www.goof.com/pcg/marc/root-tail.html to output the logs to your root window.