In Heroku, you can check logs by adding the Logging add-on and using heroku logs —tail.
■ Adding the Logging Add-on
$ heroku addons:add logging:expanded
■ Checking Logs
$ heroku logs --tail
・Herokuで作るFacebookアプリ:第7回 Herokuをもっと活用しよう!|gihyo.jp … 技術評論社 (Facebook Apps with Heroku: Chapter 7 Let’s Make More Use of Heroku! | gihyo.jp … Gijutsu-Hyoron Co.)
・Herokuの新しいLoggingでInternal Serverエラーの内容を出力する方法 | ひたすらメモするだけのブログ (How to Output Internal Server Error Content with Heroku’s New Logging | Blog That Just Takes Notes)
That’s all from the Gemba.