假设我使用此命令启动了一次性过程:命令
heroku run:detached "node do-some-stuff.js" --app my-app
的输出为:
/usr/local/heroku/lib/heroku/jsplugin.rb:108: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777
Running `node do-some-stuff.js` detached... up, run.3728
Use `heroku logs -p run.3728 -a my-app` to view the output.
Run Code Online (Sandbox Code Playgroud)
我可以heroku logs -p run.3728 -a my-app
在运行过程中,但是,当进程退出时,它什么都不输出.如何查看已完成的进程的日志?
归档时间: |
|
查看次数: |
449 次 |
最近记录: |