Skip to content

Instantly share code, notes, and snippets.

@sardine2
Created April 6, 2017 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sardine2/b3ea6497596368fd08d69fd039d3ee1c to your computer and use it in GitHub Desktop.
Save sardine2/b3ea6497596368fd08d69fd039d3ee1c to your computer and use it in GitHub Desktop.
heroku logs --tail
S:oneshot03 moxinni1$ heroku logs --tail
2017-04-06T14:18:44.350205+00:00 app[api]: Release v1 created by user sardine2@yeah.net
2017-04-06T14:18:44.350205+00:00 app[api]: Initial release by user sardine2@yeah.net
2017-04-06T14:18:44.447317+00:00 app[api]: Release v2 created by user sardine2@yeah.net
2017-04-06T14:18:44.447317+00:00 app[api]: Enable Logplex by user sardine2@yeah.net
2017-04-06T14:18:44.700340+00:00 app[api]: Release v2 created by user sardine2@yeah.net
2017-04-06T14:19:43.000000+00:00 app[api]: Build started by user sardine2@yeah.net
2017-04-06T14:20:19.019603+00:00 app[api]: Release v3 created by user sardine2@yeah.net
2017-04-06T14:20:19.019603+00:00 app[api]: Attach DATABASE (@ref:postgresql-graceful-47135) by user sardine2@yeah.net
2017-04-06T14:20:19.214263+00:00 app[api]: Release v3 created by user sardine2@yeah.net
2017-04-06T14:20:20.552938+00:00 app[api]: Scaled to web@1:Free by user sardine2@yeah.net
2017-04-06T14:20:20.538585+00:00 app[api]: Release v4 created by user sardine2@yeah.net
2017-04-06T14:20:20.538585+00:00 app[api]: Deploy 03cf610 by user sardine2@yeah.net
2017-04-06T14:20:20.745426+00:00 app[api]: Release v4 created by user sardine2@yeah.net
2017-04-06T14:19:43.000000+00:00 app[api]: Build succeeded
2017-04-06T14:20:25.968541+00:00 heroku[web.1]: Starting process with command `gunicorn manage:app --log-file -`
2017-04-06T14:20:29.466605+00:00 app[web.1]: [2017-04-06 14:20:29 +0000] [4] [INFO] Starting gunicorn 19.7.1
2017-04-06T14:20:29.467224+00:00 app[web.1]: [2017-04-06 14:20:29 +0000] [4] [INFO] Listening at: http://0.0.0.0:17700 (4)
2017-04-06T14:20:29.467361+00:00 app[web.1]: [2017-04-06 14:20:29 +0000] [4] [INFO] Using worker: sync
2017-04-06T14:20:29.471651+00:00 app[web.1]: [2017-04-06 14:20:29 +0000] [8] [INFO] Booting worker with pid: 8
2017-04-06T14:20:29.570596+00:00 app[web.1]: [2017-04-06 14:20:29 +0000] [9] [INFO] Booting worker with pid: 9
2017-04-06T14:20:29.804516+00:00 heroku[web.1]: State changed from starting to up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment