This is a great way to look at your production log in real time and not have to download a huge log file.

cd to you log folder on your server with ssh then:

tail -1000f production.log

you will see a the log written in real time.

Many thanks to Ray at the Seattle Ruby Brigade.