我正在将 node.js 应用程序部署到 heroku(雪松堆栈)
我已经像这样设置了 NODE_ENV:
heroku 配置:添加 NODE_ENV=production
然后我做:
git推heroku
但是,启动后(我有一个 console.log 生成第一个日志条目)应用程序崩溃。
我跑:
heroku 日志
并得到以下错误。
如何打开它所指的 /app/log/production.log?
app[web.1]: listening on port 32168 within production environment
app[web.1]:
app[web.1]: events.js:48
app[web.1]: throw arguments[1]; // Unhandled 'error' event
app[web.1]: ^
app[web.1]: Error: ENOENT, open '/app/log/production.log'
heroku[web.1]: Process exited with status 1
heroku[web.1]: State changed from starting to crashed