我希望能够在线访问Heroku提供的Node.js应用程序日志。有没有办法将此添加到我的应用程序中,或者为此使用一些带有AJAX的REST API?如果是这样,怎么样?
答案 0 :(得分:0)
您可以使用Heroku Platform API启动日志会话:https://devcenter.heroku.com/articles/platform-api-reference#log-session
这里有Heroku API的Node.js包装器:https://github.com/heroku/node-heroku-client