0

我希望能够在线访问我的 Node.js 应用程序的 Heroku 提供的日志。有没有办法将它添加到我的应用程序中,或者为此使用一些带有 AJAX 的 REST API?如果是这样,怎么做?

4

1 回答 1

0

您可以使用 Heroku 平台 API 启动日志会话:https ://devcenter.heroku.com/articles/platform-api-reference#log-session

Heroku API 有一个 Node.js 包装器:https ://github.com/heroku/node-heroku-client

于 2018-02-10T22:26:12.087 回答