Advertisement
Guest User

heroku logs output

a guest
Mar 8th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.41 KB | None | 0 0
  1. ➜  go-ml git:(master) heroku logs --tail
  2.  
  3. 2017-03-09T02:00:29.084146+00:00 app[api]: Release v1 created by user zacharyjacobcollins@gmail.com
  4. 2017-03-09T02:00:29.158468+00:00 app[api]: Enable Logplex by user zacharyjacobcollins@gmail.com
  5. 2017-03-09T02:00:29.274457+00:00 app[api]: Release v1 created by user zacharyjacobcollins@gmail.com
  6. 2017-03-09T02:00:29.158468+00:00 app[api]: Release v2 created by user zacharyjacobcollins@gmail.com
  7. 2017-03-09T02:00:29.084146+00:00 app[api]: Initial release by user zacharyjacobcollins@gmail.com
  8. 2017-03-09T02:00:29.401849+00:00 app[api]: Release v2 created by user zacharyjacobcollins@gmail.com
  9. 2017-03-09T02:03:20.000000+00:00 app[api]: Build started by user zacharyjacobcollins@gmail.com
  10. 2017-03-09T02:03:27.529391+00:00 app[api]: Deploy 18cbb3c by user zacharyjacobcollins@gmail.com
  11. 2017-03-09T02:03:27.690798+00:00 app[api]: Release v3 created by user zacharyjacobcollins@gmail.com
  12. 2017-03-09T02:03:27.529391+00:00 app[api]: Release v3 created by user zacharyjacobcollins@gmail.com
  13. 2017-03-09T02:03:27.542798+00:00 app[api]: Scaled to web@1:Free worker@0:Free by user zacharyjacobcollins@gmail.com
  14. 2017-03-09T02:03:27.859553+00:00 heroku[web.1]: Starting process with command `web`
  15. 2017-03-09T02:03:20.000000+00:00 app[api]: Build succeeded
  16. 2017-03-09T02:03:29.539223+00:00 app[web.1]: bash: web: command not found
  17. 2017-03-09T02:03:29.598901+00:00 heroku[web.1]: Process exited with status 127
  18. 2017-03-09T02:03:29.665957+00:00 heroku[web.1]: State changed from starting to crashed
  19. 2017-03-09T02:03:29.667049+00:00 heroku[web.1]: State changed from crashed to starting
  20. 2017-03-09T02:03:29.965096+00:00 heroku[web.1]: Starting process with command `web`
  21. 2017-03-09T02:03:32.694187+00:00 app[web.1]: bash: web: command not found
  22. 2017-03-09T02:03:32.778565+00:00 heroku[web.1]: State changed from starting to crashed
  23. 2017-03-09T02:03:32.756236+00:00 heroku[web.1]: Process exited with status 127
  24. 2017-03-09T02:03:33.763045+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=go-ml.herokuapp.com request_id=a2980a74-e3e8-44db-816f-0977fc4211b6 fwd="164.76.43.2" dyno= connect= service= status=503 bytes= protocol=https
  25. 2017-03-09T02:05:16.735503+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=go-ml.herokuapp.com request_id=2c64ae40-7730-4988-b8ca-585adcc15bd5 fwd="52.5.98.73" dyno= connect= service= status=503 bytes= protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement