tail displays a log and updates it in realtime. This command tail’s the log over SSH so that you can keep a log displayed in one window while doing more terminal work in another tab/window.

ssh -t username@10.0.0.1 "tail -f /var/log/system.log"