Skip to content

Instantly share code, notes, and snippets.

@dmourati
Created January 5, 2013 03:59
Show Gist options
  • Save dmourati/4459657 to your computer and use it in GitHub Desktop.
Save dmourati/4459657 to your computer and use it in GitHub Desktop.
[dmourati@demetri1 ~]$ heroku logs --app guarded-forest-4536
2013-01-04T23:15:03+00:00 app[web.1]: 157.22.10.114 - - [04/Jan/2013 23:15:03] "GET / HTTP/1.1" 302 - 0.0089
2013-01-04T23:15:03+00:00 heroku[router]: at=info method=GET path=/ host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=10ms service=74ms status=302 bytes=0
2013-01-04T23:15:04+00:00 app[web.1]: 157.22.10.114 - - [04/Jan/2013 23:15:04] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0011
2013-01-04T23:15:04+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=3ms service=15ms status=302 bytes=0
2013-01-04T23:15:04+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=1ms service=79ms status=302 bytes=0
2013-01-04T23:15:04+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=8f78e7d5748908f52993&state=be3ab44f9e9a3ee542e784495c1acfb78384eee0 host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=1ms service=442ms status=403 bytes=168
2013-01-04T23:15:05+00:00 app[web.1]: 157.22.10.114 - - [04/Jan/2013 23:15:05] "GET /_images/securocat.png HTTP/1.1" 302 - 0.0015
2013-01-04T23:15:05+00:00 heroku[router]: at=info method=GET path=/_images/securocat.png host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=23ms service=14ms status=302 bytes=0
2013-01-04T23:15:05+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=3ms service=9ms status=302 bytes=0
2013-01-04T23:15:05+00:00 app[web.1]: 157.22.10.114 - - [04/Jan/2013 23:15:05] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0009
2013-01-04T23:15:05+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=2ms service=6ms status=302 bytes=0
2013-01-04T23:15:05+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=0707a0c48c4ca45299de&state=7b9538c72917b69c934e231fa8d340321f65fd20 host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=1ms service=272ms status=403 bytes=168
2013-01-04T23:15:05+00:00 app[web.1]: 157.22.10.114 - - [04/Jan/2013 23:15:05] "GET /favicon.ico HTTP/1.1" 302 - 0.0011
2013-01-04T23:15:05+00:00 heroku[router]: at=info method=GET path=/favicon.ico host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=5ms service=16ms status=302 bytes=0
2013-01-04T23:15:06+00:00 app[web.1]: 157.22.10.114 - - [04/Jan/2013 23:15:06] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0010
2013-01-04T23:15:06+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=5ms service=6ms status=302 bytes=0
2013-01-04T23:15:06+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=3ms service=12ms status=302 bytes=0
2013-01-04T23:15:06+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=db6b6f88e65e32ca36b6&state=50fe7e589d880f98c9fd42e435221a048b9d3511 host=guarded-forest-4536.herokuapp.com fwd=157.22.10.114 dyno=web.1 queue=0 wait=0ms connect=6ms service=226ms status=403 bytes=168
2013-01-05T00:18:22+00:00 heroku[web.1]: Idling
2013-01-05T00:18:25+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2013-01-05T00:18:25+00:00 app[web.1]: >> Stopping ...
2013-01-05T00:18:27+00:00 heroku[web.1]: Process exited with status 0
2013-01-05T00:18:27+00:00 heroku[web.1]: State changed from up to down
2013-01-05T00:39:43+00:00 heroku[web.1]: Unidling
2013-01-05T00:39:43+00:00 heroku[web.1]: State changed from down to starting
2013-01-05T00:39:46+00:00 heroku[web.1]: Starting process with command `bundle exec rackup -p 43087 -s thin`
2013-01-05T00:39:52+00:00 app[web.1]: >> Thin web server (v1.2.10 codename I'm dumb)
2013-01-05T00:39:52+00:00 app[web.1]: >> Maximum connections set to 1024
2013-01-05T00:39:52+00:00 app[web.1]: >> Listening on 0.0.0.0:43087, CTRL+C to stop
2013-01-05T00:39:53+00:00 heroku[web.1]: State changed from starting to up
2013-01-05T00:39:55+00:00 heroku[router]: at=info method=GET path=/ host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=0ms service=115ms status=302 bytes=0
2013-01-05T00:39:55+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:39:55] "GET / HTTP/1.1" 302 - 0.0137
2013-01-05T00:39:55+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:39:55] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0010
2013-01-05T00:39:56+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=14ms connect=18ms service=23ms status=302 bytes=0
2013-01-05T00:39:56+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=1ms service=14ms status=302 bytes=0
2013-01-05T00:39:56+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=63939a7f37ddd03bf796&state=188a9267c273fb81c5dcf9c6bce2c486ec708ac1 host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=1ms service=209ms status=403 bytes=168
2013-01-05T00:39:57+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:39:57] "GET /_images/securocat.png HTTP/1.1" 302 - 0.0011
2013-01-05T00:39:57+00:00 heroku[router]: at=info method=GET path=/_images/securocat.png host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=0ms service=3ms status=302 bytes=0
2013-01-05T00:39:57+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=0ms service=6ms status=302 bytes=0
2013-01-05T00:39:57+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:39:57] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0012
2013-01-05T00:39:57+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=0ms service=15ms status=302 bytes=0
2013-01-05T00:39:58+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=de9a145837bdd07cc293&state=adc35756b93782c03da499a9334665a799ebe7b7 host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=1ms service=226ms status=403 bytes=168
2013-01-05T00:39:59+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:39:59] "GET /favicon.ico HTTP/1.1" 302 - 0.0010
2013-01-05T00:39:59+00:00 heroku[router]: at=info method=GET path=/favicon.ico host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=0ms service=4ms status=302 bytes=0
2013-01-05T00:39:59+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:39:59] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0010
2013-01-05T00:39:59+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=1ms service=4ms status=302 bytes=0
2013-01-05T00:39:59+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=0ms service=5ms status=302 bytes=0
2013-01-05T00:40:02+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:40:02] "GET / HTTP/1.1" 302 - 0.0012
2013-01-05T00:40:02+00:00 heroku[router]: at=info method=GET path=/ host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=1ms connect=8ms service=10ms status=302 bytes=0
2013-01-05T00:40:02+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=1ms service=4ms status=302 bytes=0
2013-01-05T00:40:02+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:40:02] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0010
2013-01-05T00:40:02+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=2ms service=4ms status=302 bytes=0
2013-01-05T00:40:02+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=219623b3f723217bf5c2&state=af4fb975bb0c8bd5a830f37ad552c139de72ee9a host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=3ms service=4ms status=302 bytes=0
2013-01-05T00:40:03+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=8cae8a3f42878671873b&state=f809e1c7df6e2fbd0b12722f13a29822e2e6f16e host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=19ms connect=36ms service=255ms status=403 bytes=168
2013-01-05T00:40:03+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:40:03] "GET /_images/securocat.png HTTP/1.1" 302 - 0.0011
2013-01-05T00:40:03+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=0ms service=3ms status=302 bytes=0
2013-01-05T00:40:03+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:40:03] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0008
2013-01-05T00:40:03+00:00 heroku[router]: at=info method=GET path=/_images/securocat.png host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=1ms service=5ms status=302 bytes=0
2013-01-05T00:40:04+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=1ms connect=6ms service=10ms status=302 bytes=0
2013-01-05T00:40:04+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=9166e7ec4f683bcd1ed2&state=45c657cde0d8209b8c41e355f6a43a173009c78c host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=16ms connect=22ms service=217ms status=403 bytes=168
2013-01-05T00:40:05+00:00 heroku[router]: at=info method=GET path=/favicon.ico host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=1ms service=3ms status=302 bytes=0
2013-01-05T00:40:05+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:40:05] "GET /favicon.ico HTTP/1.1" 302 - 0.0011
2013-01-05T00:40:05+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:40:05] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0008
2013-01-05T00:40:05+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=0ms service=6ms status=302 bytes=0
2013-01-05T00:40:05+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=0ms service=3ms status=302 bytes=0
2013-01-05T00:40:06+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=dde1935a3660c9f7565e&state=263bb0738ba5768859b18563759752609167d3a4 host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=0ms service=214ms status=403 bytes=168
2013-01-05T00:59:56+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:59:56] "GET / HTTP/1.1" 302 - 0.0013
2013-01-05T00:59:56+00:00 heroku[router]: at=info method=GET path=/ host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=2ms service=7ms status=302 bytes=0
2013-01-05T00:59:56+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:59:56] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0008
2013-01-05T00:59:56+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=5ms service=7ms status=302 bytes=0
2013-01-05T00:59:56+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=2ms service=9ms status=302 bytes=0
2013-01-05T00:59:57+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=842463c166c112faa23d&state=abd22490682ccaa77b95ff24cc5f09ba8dda8526 host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=3ms connect=5ms service=196ms status=403 bytes=168
2013-01-05T00:59:58+00:00 heroku[router]: at=info method=GET path=/_images/securocat.png host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=2ms service=8ms status=302 bytes=0
2013-01-05T00:59:58+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:59:58] "GET /_images/securocat.png HTTP/1.1" 302 - 0.0011
2013-01-05T00:59:58+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=3ms connect=13ms service=14ms status=302 bytes=0
2013-01-05T00:59:58+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:59:58] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0008
2013-01-05T00:59:58+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=2ms service=8ms status=302 bytes=0
2013-01-05T00:59:58+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=f50ae807897c0ca4b01e&state=e7de781b10376a210410135b7f20455ea5e3d4b1 host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=1ms connect=2ms service=200ms status=403 bytes=168
2013-01-05T00:59:59+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:59:59] "GET /favicon.ico HTTP/1.1" 302 - 0.0012
2013-01-05T00:59:59+00:00 heroku[router]: at=info method=GET path=/favicon.ico host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=2ms service=6ms status=302 bytes=0
2013-01-05T00:59:59+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 00:59:59] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0008
2013-01-05T00:59:59+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=2ms service=8ms status=302 bytes=0
2013-01-05T00:59:59+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=2ms service=8ms status=302 bytes=0
2013-01-05T01:00:00+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=749b2a09b7c259254525&state=64c5ea66a11b0c1fc6a5dce3015c12c86e6da135 host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=1ms connect=4ms service=182ms status=403 bytes=168
2013-01-05T01:28:29+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 01:28:29] "GET / HTTP/1.1" 302 - 0.0022
2013-01-05T01:28:29+00:00 heroku[router]: at=info method=GET path=/ host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=2ms service=20ms status=302 bytes=0
2013-01-05T01:28:29+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 01:28:29] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0009
2013-01-05T01:28:29+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=3ms service=8ms status=302 bytes=0
2013-01-05T01:28:30+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=11ms service=6ms status=302 bytes=0
2013-01-05T01:28:30+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=832eeb24c4c9cddef80b&state=72ab9e25b4fde833170714081f4b3fcc9a953634 host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=3ms service=209ms status=403 bytes=168
2013-01-05T01:28:30+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 01:28:30] "GET /_images/securocat.png HTTP/1.1" 302 - 0.0017
2013-01-05T01:28:30+00:00 heroku[router]: at=info method=GET path=/_images/securocat.png host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=33ms service=21ms status=302 bytes=0
2013-01-05T01:28:30+00:00 app[web.1]: 67.188.2.209 - - [05/Jan/2013 01:28:30] "GET /auth/unauthorized HTTP/1.1" 302 - 0.0010
2013-01-05T01:28:30+00:00 heroku[router]: at=info method=GET path=/auth/unauthorized host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=7ms connect=32ms service=29ms status=302 bytes=0
2013-01-05T01:28:31+00:00 heroku[router]: at=info method=GET path=/auth/github host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=11ms connect=20ms service=18ms status=302 bytes=0
2013-01-05T01:28:32+00:00 heroku[router]: at=info method=GET path=/auth/github/callback?code=d0e6e251931106b730b0&state=82d236f529465bff4a8874a4984aa03ac0c9a226 host=guarded-forest-4536.herokuapp.com fwd=67.188.2.209 dyno=web.1 queue=0 wait=0ms connect=1ms service=297ms status=403 bytes=168
2013-01-05T02:31:38+00:00 heroku[web.1]: Idling
2013-01-05T02:31:42+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2013-01-05T02:31:43+00:00 app[web.1]: >> Stopping ...
2013-01-05T02:31:45+00:00 heroku[web.1]: Process exited with status 0
2013-01-05T02:31:45+00:00 heroku[web.1]: State changed from up to down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment