Skip to content

Instantly share code, notes, and snippets.

@pekeler
Created June 6, 2012 16:46
Show Gist options
  • Save pekeler/2883178 to your computer and use it in GitHub Desktop.
Save pekeler/2883178 to your computer and use it in GitHub Desktop.
heroku log 2
2012-06-06T16:40:26+00:00 app[web.2]:
2012-06-06T16:40:26+00:00 app[web.2]:
2012-06-06T16:40:26+00:00 app[web.2]: Started GET "/security" for 204.93.223.151 at 2012-06-06 09:40:26 -0700
2012-06-06T16:40:26+00:00 heroku[router]: GET www.dailychildcarereport.com/security dyno=web.2 queue=0 wait=0ms service=36ms status=200 bytes=3002
2012-06-06T16:40:26+00:00 heroku[nginx]: 10.193.185.176 - - [06/Jun/2012:16:40:26 +0000] "GET /security HTTP/1.1" 200 3002 "-" "NewRelicPinger/1.0 (65376)" www.dailychildcarereport.com
2012-06-06T16:40:30+00:00 app[web.2]:
2012-06-06T16:40:30+00:00 app[web.2]:
2012-06-06T16:40:30+00:00 app[web.2]: Started GET "/videos" for 68.144.60.121 at 2012-06-06 09:40:30 -0700
2012-06-06T16:40:30+00:00 heroku[router]: GET www.dailychildcarereport.com/videos dyno=web.2 queue=0 wait=0ms service=851ms status=200 bytes=4934
2012-06-06T16:40:30+00:00 heroku[nginx]: 10.193.185.176 - - [06/Jun/2012:16:40:30 +0000] "GET /videos HTTP/1.1" 200 1854 "https://www.dailychildcarereport.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" www.dailychildcarereport.com
2012-06-06T16:40:44+00:00 app[web.4]:
2012-06-06T16:40:44+00:00 app[web.4]:
2012-06-06T16:40:44+00:00 app[web.4]: Started GET "/logout" for 68.144.60.121 at 2012-06-06 09:40:44 -0700
2012-06-06T16:40:44+00:00 heroku[router]: GET www.dailychildcarereport.com/logout dyno=web.4 queue=0 wait=0ms service=22ms status=302 bytes=108
2012-06-06T16:40:44+00:00 heroku[nginx]: 10.193.185.176 - - [06/Jun/2012:16:40:44 +0000] "GET /logout HTTP/1.1" 302 108 "https://www.dailychildcarereport.com/videos" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.55.3 (KHTML, like Gecko) Version/5.1.5 Safari/534.55.3" www.dailychildcarereport.com
2012-06-06T16:40:44+00:00 app[web.2]:
2012-06-06T16:40:44+00:00 app[web.2]:
@pekeler
Copy link
Author

pekeler commented Jun 6, 2012

Started GET "/videos" for 127.0.0.1 at 2012-06-06 10:43:32 -0600
Processing by HomeController#videos as HTML
Rendered home/videos.html.erb within layouts/application (0.4ms)
User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = 3 LIMIT 1
Rendered layouts/_important_menu.html.erb (0.8ms)
Organization Load (0.3ms) SELECT "organizations".* FROM "organizations" WHERE "organizations"."id" = 7 LIMIT 1
Rendered layouts/_organization_menu.html.erb (3.5ms)
Completed 200 OK in 58ms (Views: 56.6ms | ActiveRecord: 0.7ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment