Can I get Heroku Logs to return only lines outlining errors?

前端 未结 7 2537
眼角桃花
眼角桃花 2021-02-19 03:33

The heroku logs are a great resource to check what happened to your app when things go wrong.. Unfortunately, they also log a great deal of information. Is there some way I can

7条回答
  •  广开言路
    2021-02-19 04:00

    heroku logs | grep -i error
    

    You can also install the New Relic add-on, which reports detailed error traces. I've heard good things about Loggly, too.

    See also heroku - how to see all the logs

提交回复
热议问题