0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

herokuでlaravelのエラーログを確認する

Posted at

こんばんは、kumaです!

herokuではデフォルトではwebサーバーのエラーのみしか吐いてくれないので、laravelのエラーログを確認できるように設定します。

設定方法

コンソールで以下のコマンドを入力する。

heroku config:set LOG_CHANNEL=errorlog

これだけで終了です!

今回は短いですが、これで終わりにします💦

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?