how to show all console.log from node.js in heroku?

前端 未结 4 592
感情败类
感情败类 2021-02-01 13:09

I have deployed a node.js application to node.js but not able to see the complete console.log statements from my app. I am using:

heroku logs

S

4条回答
  •  梦如初夏
    2021-02-01 13:39

    I always use heroku logs -t --app your-app-name It keeps the heroku console open .

提交回复
热议问题