LoginSignup
88
93

More than 5 years have passed since last update.

heroku のログを見る方法

Last updated at Posted at 2014-09-13

herokuにpushしてopenしてブラウザから確認したところエラー/(^o^)\みたいな場合にログを見る方法です。

ログを表示

ログを表示
heroku logs -t 

ヘルプを見るとわかりますが、-t オプションをつけるとストリーミング状態のログを見ることが出来ます。

Usage: heroku logs

 display recent log output

 -n, --num NUM        # the number of lines to display
 -p, --ps PS          # only display logs from the given process
 -s, --source SOURCE  # only display logs from the given source
 -t, --tail           # continually stream logs

logを流せば、エラー箇所がわかるので便利ですねー。

アカウントを指定してログを見る

herokuのアカウントを複数利用している場合は、アカウントを指定することもできます。

アカウントのログを表示
heroku logs -t --account user_name

おまけ

Railsでherokuのログを増やす方法など
http://qiita.com/pugiemonn/items/0e69b7a29a384b356e65

88
93
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
88
93