Advertisement
geapsi

Log heroku

Nov 8th, 2016
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 11.61 KB | None | 0 0
  1. 2016-11-08T23:38:10.184153+00:00 app[web.1]: I, [2016-11-08T23:38:10.184098 #4]  INFO -- : [b5dca519-921d-4fb6-abd2-5e37da51815e]   Rendering recipes/show.html.erb within layouts/application
  2. 2016-11-08T23:38:10.185051+00:00 app[web.1]: I, [2016-11-08T23:38:10.185000 #4]  INFO -- : [b5dca519-921d-4fb6-abd2-5e37da51815e]   Rendered recipes/show.html.erb within layouts/application (0.7ms)
  3. 2016-11-08T23:38:10.187752+00:00 app[web.1]: I, [2016-11-08T23:38:10.187698 #4]  INFO -- : [b5dca519-921d-4fb6-abd2-5e37da51815e] Completed 200 OK in 7ms (Views: 4.1ms | ActiveRecord: 1.0ms)
  4. 2016-11-08T23:38:14.193813+00:00 heroku[router]: at=info method=GET path="/recipes/1" host=receitasnet-geovani.herokuapp.com request_id=15f12d31-927b-4aaa-92e5-26a4504d7406 fwd="187.7.176.181" dyno=web.1 connect=0ms service=11ms status=200 bytes=2365
  5. 2016-11-08T23:38:14.186126+00:00 app[web.1]: I, [2016-11-08T23:38:14.186043 #4]  INFO -- : [15f12d31-927b-4aaa-92e5-26a4504d7406] Started GET "/recipes/1" for 187.7.176.181 at 2016-11-08 23:38:14 +0000
  6. 2016-11-08T23:38:14.186948+00:00 app[web.1]: I, [2016-11-08T23:38:14.186885 #4]  INFO -- : [15f12d31-927b-4aaa-92e5-26a4504d7406] Processing by RecipesController#show as HTML
  7. 2016-11-08T23:38:14.187016+00:00 app[web.1]: I, [2016-11-08T23:38:14.186964 #4]  INFO -- : [15f12d31-927b-4aaa-92e5-26a4504d7406]   Parameters: {"id"=>"1"}
  8. 2016-11-08T23:38:14.190076+00:00 app[web.1]: D, [2016-11-08T23:38:14.190010 #4] DEBUG -- : [15f12d31-927b-4aaa-92e5-26a4504d7406]   Recipe Load (2.0ms)  SELECT  "recipes".* FROM "recipes" WHERE "recipes"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  9. 2016-11-08T23:38:14.190862+00:00 app[web.1]: I, [2016-11-08T23:38:14.190801 #4]  INFO -- : [15f12d31-927b-4aaa-92e5-26a4504d7406]   Rendering recipes/show.html.erb within layouts/application
  10. 2016-11-08T23:38:14.191528+00:00 app[web.1]: I, [2016-11-08T23:38:14.191469 #4]  INFO -- : [15f12d31-927b-4aaa-92e5-26a4504d7406]   Rendered recipes/show.html.erb within layouts/application (0.5ms)
  11. 2016-11-08T23:38:14.193646+00:00 app[web.1]: I, [2016-11-08T23:38:14.193578 #4]  INFO -- : [15f12d31-927b-4aaa-92e5-26a4504d7406] Completed 200 OK in 6ms (Views: 3.0ms | ActiveRecord: 2.0ms)
  12. 2016-11-08T23:56:06.670836+00:00 heroku[router]: at=info method=GET path="/recipes/1" host=receitasnet-geovani.herokuapp.com request_id=a0154b8a-e2d6-4322-ac46-3a33e7650b12 fwd="187.7.176.181" dyno=web.1 connect=0ms service=19ms status=200 bytes=2365
  13. 2016-11-08T23:56:06.655237+00:00 app[web.1]: I, [2016-11-08T23:56:06.655128 #4]  INFO -- : [a0154b8a-e2d6-4322-ac46-3a33e7650b12] Started GET "/recipes/1" for 187.7.176.181 at 2016-11-08 23:56:06 +0000
  14. 2016-11-08T23:56:06.656225+00:00 app[web.1]: I, [2016-11-08T23:56:06.656176 #4]  INFO -- : [a0154b8a-e2d6-4322-ac46-3a33e7650b12] Processing by RecipesController#show as HTML
  15. 2016-11-08T23:56:06.656408+00:00 app[web.1]: I, [2016-11-08T23:56:06.656361 #4]  INFO -- : [a0154b8a-e2d6-4322-ac46-3a33e7650b12]   Parameters: {"id"=>"1"}
  16. 2016-11-08T23:56:06.663043+00:00 app[web.1]: D, [2016-11-08T23:56:06.662978 #4] DEBUG -- : [a0154b8a-e2d6-4322-ac46-3a33e7650b12]   Recipe Load (1.7ms)  SELECT  "recipes".* FROM "recipes" WHERE "recipes"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  17. 2016-11-08T23:56:06.664449+00:00 app[web.1]: I, [2016-11-08T23:56:06.664398 #4]  INFO -- : [a0154b8a-e2d6-4322-ac46-3a33e7650b12]   Rendering recipes/show.html.erb within layouts/application
  18. 2016-11-08T23:56:06.665147+00:00 app[web.1]: I, [2016-11-08T23:56:06.665096 #4]  INFO -- : [a0154b8a-e2d6-4322-ac46-3a33e7650b12]   Rendered recipes/show.html.erb within layouts/application (0.6ms)
  19. 2016-11-08T23:56:06.667277+00:00 app[web.1]: I, [2016-11-08T23:56:06.667212 #4]  INFO -- : [a0154b8a-e2d6-4322-ac46-3a33e7650b12] Completed 200 OK in 11ms (Views: 3.1ms | ActiveRecord: 1.7ms)
  20. 2016-11-08T23:56:06.930059+00:00 heroku[router]: at=info method=GET path="/stylesheets/style.css" host=receitasnet-geovani.herokuapp.com request_id=730a59d9-1505-4668-96b4-eb7bce7058d1 fwd="187.7.176.181" dyno=web.1 connect=0ms service=8ms status=304 bytes=48
  21. 2016-11-08T23:56:06.884422+00:00 heroku[router]: at=info method=GET path="/assets/application-2ddc7896f79c2036c26eebdaa354ff73c5a077c67efb5ec25ae822bb8d88604f.css" host=receitasnet-geovani.herokuapp.com request_id=04ed414d-a976-4320-a9d4-8a2834a0f874 fwd="187.7.176.181" dyno=web.1 connect=1ms service=4ms status=304 bytes=48
  22. 2016-11-08T23:56:06.916298+00:00 heroku[router]: at=info method=GET path="/assets/application-01316bf0ace1a609da65adff5b8cbc1b5c8512acd115c8085bdb70be00ac1c28.js" host=receitasnet-geovani.herokuapp.com request_id=46524c69-39a2-4207-b1de-1da1b08a39b2 fwd="187.7.176.181" dyno=web.1 connect=0ms service=5ms status=304 bytes=48
  23. 2016-11-08T23:56:07.236690+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=receitasnet-geovani.herokuapp.com request_id=8d4fe66d-6aab-4c57-a5e5-c68b5c44452b fwd="187.7.176.181" dyno=web.1 connect=1ms service=5ms status=200 bytes=143
  24. 2016-11-08T23:56:25.941430+00:00 heroku[router]: at=info method=GET path="/recipes/1" host=receitasnet-geovani.herokuapp.com request_id=4f3821f3-9ba3-4d6e-b505-ff0fca546b00 fwd="187.7.176.181" dyno=web.1 connect=1ms service=51ms status=200 bytes=2365
  25. 2016-11-08T23:56:25.898135+00:00 app[web.1]: I, [2016-11-08T23:56:25.898048 #4]  INFO -- : [4f3821f3-9ba3-4d6e-b505-ff0fca546b00] Started GET "/recipes/1" for 187.7.176.181 at 2016-11-08 23:56:25 +0000
  26. 2016-11-08T23:56:25.899477+00:00 app[web.1]: I, [2016-11-08T23:56:25.899426 #4]  INFO -- : [4f3821f3-9ba3-4d6e-b505-ff0fca546b00] Processing by RecipesController#show as HTML
  27. 2016-11-08T23:56:25.899587+00:00 app[web.1]: I, [2016-11-08T23:56:25.899537 #4]  INFO -- : [4f3821f3-9ba3-4d6e-b505-ff0fca546b00]   Parameters: {"id"=>"1"}
  28. 2016-11-08T23:56:25.902268+00:00 app[web.1]: D, [2016-11-08T23:56:25.902183 #4] DEBUG -- : [4f3821f3-9ba3-4d6e-b505-ff0fca546b00]   Recipe Load (1.4ms)  SELECT  "recipes".* FROM "recipes" WHERE "recipes"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  29. 2016-11-08T23:56:25.903199+00:00 app[web.1]: I, [2016-11-08T23:56:25.903135 #4]  INFO -- : [4f3821f3-9ba3-4d6e-b505-ff0fca546b00]   Rendering recipes/show.html.erb within layouts/application
  30. 2016-11-08T23:56:25.913548+00:00 app[web.1]: I, [2016-11-08T23:56:25.913446 #4]  INFO -- : [4f3821f3-9ba3-4d6e-b505-ff0fca546b00]   Rendered recipes/show.html.erb within layouts/application (10.1ms)
  31. 2016-11-08T23:56:25.940815+00:00 app[web.1]: I, [2016-11-08T23:56:25.940696 #4]  INFO -- : [4f3821f3-9ba3-4d6e-b505-ff0fca546b00] Completed 200 OK in 41ms (Views: 37.7ms | ActiveRecord: 1.4ms)
  32. 2016-11-08T23:56:45.934006+00:00 heroku[router]: at=info method=GET path="/recipes/1" host=receitasnet-geovani.herokuapp.com request_id=28ef5c94-4493-4f3d-8fc8-c8d143960858 fwd="187.7.176.181" dyno=web.1 connect=1ms service=39ms status=200 bytes=2365
  33. 2016-11-08T23:56:45.900083+00:00 app[web.1]: I, [2016-11-08T23:56:45.899977 #4]  INFO -- : [28ef5c94-4493-4f3d-8fc8-c8d143960858] Started GET "/recipes/1" for 187.7.176.181 at 2016-11-08 23:56:45 +0000
  34. 2016-11-08T23:56:45.901335+00:00 app[web.1]: I, [2016-11-08T23:56:45.901256 #4]  INFO -- : [28ef5c94-4493-4f3d-8fc8-c8d143960858] Processing by RecipesController#show as HTML
  35. 2016-11-08T23:56:45.901403+00:00 app[web.1]: I, [2016-11-08T23:56:45.901345 #4]  INFO -- : [28ef5c94-4493-4f3d-8fc8-c8d143960858]   Parameters: {"id"=>"1"}
  36. 2016-11-08T23:56:45.907116+00:00 app[web.1]: D, [2016-11-08T23:56:45.907024 #4] DEBUG -- : [28ef5c94-4493-4f3d-8fc8-c8d143960858]   Recipe Load (4.5ms)  SELECT  "recipes".* FROM "recipes" WHERE "recipes"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  37. 2016-11-08T23:56:45.912725+00:00 app[web.1]: I, [2016-11-08T23:56:45.912630 #4]  INFO -- : [28ef5c94-4493-4f3d-8fc8-c8d143960858]   Rendering recipes/show.html.erb within layouts/application
  38. 2016-11-08T23:56:45.914078+00:00 app[web.1]: I, [2016-11-08T23:56:45.914005 #4]  INFO -- : [28ef5c94-4493-4f3d-8fc8-c8d143960858]   Rendered recipes/show.html.erb within layouts/application (1.2ms)
  39. 2016-11-08T23:56:45.933610+00:00 app[web.1]: I, [2016-11-08T23:56:45.933493 #4]  INFO -- : [28ef5c94-4493-4f3d-8fc8-c8d143960858] Completed 200 OK in 32ms (Views: 21.3ms | ActiveRecord: 4.5ms)
  40. 2016-11-08T23:57:22.425672+00:00 heroku[router]: at=info method=GET path="/recipes/1" host=receitasnet-geovani.herokuapp.com request_id=1302df63-b438-41e4-954d-eff806474be3 fwd="187.7.176.181" dyno=web.1 connect=0ms service=12ms status=200 bytes=2365
  41. 2016-11-08T23:57:22.417362+00:00 app[web.1]: I, [2016-11-08T23:57:22.417273 #4]  INFO -- : [1302df63-b438-41e4-954d-eff806474be3] Started GET "/recipes/1" for 187.7.176.181 at 2016-11-08 23:57:22 +0000
  42. 2016-11-08T23:57:22.418542+00:00 app[web.1]: I, [2016-11-08T23:57:22.418472 #4]  INFO -- : [1302df63-b438-41e4-954d-eff806474be3] Processing by RecipesController#show as HTML
  43. 2016-11-08T23:57:22.418626+00:00 app[web.1]: I, [2016-11-08T23:57:22.418554 #4]  INFO -- : [1302df63-b438-41e4-954d-eff806474be3]   Parameters: {"id"=>"1"}
  44. 2016-11-08T23:57:22.420859+00:00 app[web.1]: D, [2016-11-08T23:57:22.420791 #4] DEBUG -- : [1302df63-b438-41e4-954d-eff806474be3]   Recipe Load (0.9ms)  SELECT  "recipes".* FROM "recipes" WHERE "recipes"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  45. 2016-11-08T23:57:22.421692+00:00 app[web.1]: I, [2016-11-08T23:57:22.421634 #4]  INFO -- : [1302df63-b438-41e4-954d-eff806474be3]   Rendering recipes/show.html.erb within layouts/application
  46. 2016-11-08T23:57:22.422434+00:00 app[web.1]: I, [2016-11-08T23:57:22.422362 #4]  INFO -- : [1302df63-b438-41e4-954d-eff806474be3]   Rendered recipes/show.html.erb within layouts/application (0.6ms)
  47. 2016-11-08T23:57:22.424386+00:00 app[web.1]: I, [2016-11-08T23:57:22.424330 #4]  INFO -- : [1302df63-b438-41e4-954d-eff806474be3] Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.9ms)
  48. 2016-11-08T23:57:22.769283+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=receitasnet-geovani.herokuapp.com request_id=932eb8b4-ecd5-4292-9ccf-f1880f9da61b fwd="187.7.176.181" dyno=web.1 connect=0ms service=1ms status=200 bytes=143
  49. 2016-11-08T23:57:30.440700+00:00 heroku[router]: at=info method=GET path="/recipes/1" host=receitasnet-geovani.herokuapp.com request_id=d52bc7b8-bab4-41b2-8294-fe8180435500 fwd="187.7.176.181" dyno=web.1 connect=0ms service=8ms status=200 bytes=2365
  50. 2016-11-08T23:57:30.435030+00:00 app[web.1]: I, [2016-11-08T23:57:30.434956 #4]  INFO -- : [d52bc7b8-bab4-41b2-8294-fe8180435500] Started GET "/recipes/1" for 187.7.176.181 at 2016-11-08 23:57:30 +0000
  51. 2016-11-08T23:57:30.435823+00:00 app[web.1]: I, [2016-11-08T23:57:30.435768 #4]  INFO -- : [d52bc7b8-bab4-41b2-8294-fe8180435500] Processing by RecipesController#show as HTML
  52. 2016-11-08T23:57:30.435986+00:00 app[web.1]: I, [2016-11-08T23:57:30.435944 #4]  INFO -- : [d52bc7b8-bab4-41b2-8294-fe8180435500]   Parameters: {"id"=>"1"}
  53. 2016-11-08T23:57:30.437650+00:00 app[web.1]: D, [2016-11-08T23:57:30.437599 #4] DEBUG -- : [d52bc7b8-bab4-41b2-8294-fe8180435500]   Recipe Load (0.8ms)  SELECT  "recipes".* FROM "recipes" WHERE "recipes"."id" = $1 LIMIT $2  [["id", 1], ["LIMIT", 1]]
  54. 2016-11-08T23:57:30.438415+00:00 app[web.1]: I, [2016-11-08T23:57:30.438365 #4]  INFO -- : [d52bc7b8-bab4-41b2-8294-fe8180435500]   Rendering recipes/show.html.erb within layouts/application
  55. 2016-11-08T23:57:30.438907+00:00 app[web.1]: I, [2016-11-08T23:57:30.438861 #4]  INFO -- : [d52bc7b8-bab4-41b2-8294-fe8180435500]   Rendered recipes/show.html.erb within layouts/application (0.4ms)
  56. 2016-11-08T23:57:30.440391+00:00 app[web.1]: I, [2016-11-08T23:57:30.440344 #4]  INFO -- : [d52bc7b8-bab4-41b2-8294-fe8180435500] Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.8ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement