Skip to content

Instantly share code, notes, and snippets.

@jmcnevin
Created August 3, 2012 15:10
Show Gist options
  • Save jmcnevin/3248482 to your computer and use it in GitHub Desktop.
Save jmcnevin/3248482 to your computer and use it in GitHub Desktop.
Torquebox first request of the morning
14:31:32,316 INFO [fp2] (http-/0.0.0.0:8080-3)
Started GET "/" for 75.73.242.192 at 2012-08-03 14:31:32 +0000
14:31:32,451 INFO [fp2] (http-/0.0.0.0:8080-3) Processing by HomeController#show as HTML
14:41:33,983 INFO [fp2] (http-/0.0.0.0:8080-2)
Started GET "/" for 75.73.242.192 at 2012-08-03 14:41:33 +0000
14:41:34,090 INFO [fp2] (http-/0.0.0.0:8080-2) Processing by HomeController#show as HTML
14:41:34,169 INFO [fp2] (http-/0.0.0.0:8080-2) Redirected to http://xxx:8080/dashboard
14:41:34,173 INFO [fp2] (http-/0.0.0.0:8080-2) Completed 302 Found in 75ms (ActiveRecord: 20.0ms)
14:41:34,291 INFO [fp2] (http-/0.0.0.0:8080-2)
Started GET "/dashboard" for 75.73.242.192 at 2012-08-03 14:41:34 +0000
14:41:34,315 INFO [fp2] (http-/0.0.0.0:8080-2) Processing by DashboardController#show as HTML
14:41:34,372 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered dashboard/show.html.haml within layouts/application (12.0ms)
14:41:34,405 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_google_analytics.html.haml (13.0ms)
14:41:34,495 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_unread_messages_badge.html.haml (39.0ms)
14:41:34,541 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_navbar.html.haml (109.0ms)
14:41:34,573 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_flashes.html.haml (17.0ms)
14:41:34,599 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_footer.html.haml (11.0ms)
14:41:34,645 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_metatags.html.haml (11.0ms)
14:41:34,666 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered layouts/root.html.haml (56.0ms)
14:41:34,678 INFO [fp2] (http-/0.0.0.0:8080-2) Completed 200 OK in 358ms (Views: 333.0ms | ActiveRecord: 12.0ms | Solr: 0.0ms)
14:41:42,091 INFO [fp2] (http-/0.0.0.0:8080-2)
Started GET "/dashboard" for 75.73.242.192 at 2012-08-03 14:41:42 +0000
14:41:42,168 INFO [fp2] (http-/0.0.0.0:8080-2) Processing by DashboardController#show as HTML
14:41:42,251 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered dashboard/show.html.haml within layouts/application (11.0ms)
14:41:42,281 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_google_analytics.html.haml (11.0ms)
14:41:42,362 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_unread_messages_badge.html.haml (28.0ms)
14:41:42,408 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_navbar.html.haml (98.0ms)
14:41:42,441 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_flashes.html.haml (17.0ms)
14:41:42,468 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_footer.html.haml (10.0ms)
14:41:42,516 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered shared/_metatags.html.haml (12.0ms)
14:41:42,535 INFO [fp2] (http-/0.0.0.0:8080-2) Rendered layouts/root.html.haml (55.0ms)
14:41:42,546 INFO [fp2] (http-/0.0.0.0:8080-2) Completed 200 OK in 370ms (Views: 326.0ms | ActiveRecord: 6.0ms | Solr: 0.0ms)
14:47:03,809 INFO [fp2] (http-/0.0.0.0:8080-3) Redirected to http://xxx:8080/dashboard
14:47:03,810 INFO [fp2] (http-/0.0.0.0:8080-3) Completed 302 Found in 931353ms (ActiveRecord: 931289.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment