[Heroku] Logging Add-on to Check Logs

Tadashi Shigeoka ·  Wed, November 2, 2011

In Heroku, you can check logs by adding the Logging add-on and using heroku logs —tail.

Heroku

Heroku | Add-ons

■ Adding the Logging Add-on

$ heroku addons:add logging:expanded

■ Checking Logs

$ heroku logs --tail

Reference Information

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.