Skip to content

Instantly share code, notes, and snippets.

@steverob
Created March 28, 2013 09:28
Show Gist options
  • Save steverob/5261913 to your computer and use it in GitHub Desktop.
Save steverob/5261913 to your computer and use it in GitHub Desktop.
Foreman Log
14:57:08 web.1 | (9.3ms) COMMIT
14:57:08 web.1 | (0.2ms) BEGIN
14:57:08 web.1 | SQL (0.4ms) INSERT INTO "tweet_stores" ("created_at", "tweet", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Thu, 28 Mar 2013 09:27:05 UTC +00:00], ["tweet", "2010 Jaguar #33 RSR XKR GT (2012/5/26)"], ["updated_at", Thu, 28 Mar 2013 09:27:05 UTC +00:00]]
14:57:08 web.1 | (21.8ms) COMMIT
14:57:08 web.1 | (0.3ms) BEGIN
14:57:08 web.1 | SQL (0.8ms) INSERT INTO "tweet_stores" ("created_at", "tweet", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Thu, 28 Mar 2013 09:27:06 UTC +00:00], ["tweet", "#autonews #autosales 2014 Mercedes-Benz B Class EV Debuts at New York Show [Photo Gallery] http://t.co/BaXgSrer9C"], ["updated_at", Thu, 28 Mar 2013 09:27:06 UTC +00:00]]
14:57:08 web.1 | (27.2ms) COMMIT
14:57:08 web.1 |
14:57:08 web.1 |
14:57:08 web.1 | Started GET "/users/sign_in" for 127.0.0.1 at 2013-03-28 14:57:06 +0530
14:57:08 web.1 | Processing by SessionsController#new as HTML
14:57:08 web.1 | Rendered devise/shared/_links.erb (0.7ms)
14:57:08 web.1 | Rendered sessions/new.html.erb within layouts/application (3.6ms)
14:57:08 web.1 | Completed 200 OK in 86ms (Views: 84.8ms | ActiveRecord: 0.0ms)
14:57:08 web.1 | (0.2ms) BEGIN
14:57:08 web.1 | SQL (0.4ms) INSERT INTO "tweet_stores" ("created_at", "tweet", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Thu, 28 Mar 2013 09:27:07 UTC +00:00], ["tweet", "Ford Focus Workshop Manual Download Car Manual PDF Download Free. Owners, Repair, Service. http://t.co/ZAIiITIwBg #Manual #PDF"], ["updated_at", Thu, 28 Mar 2013 09:27:07 UTC +00:00]]
14:57:08 web.1 | (16.1ms) COMMIT
14:57:08 web.1 | (0.1ms) BEGIN
14:57:08 web.1 | SQL (0.5ms) INSERT INTO "tweet_stores" ("created_at", "tweet", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["created_at", Thu, 28 Mar 2013 09:27:08 UTC +00:00], ["tweet", "RT @CapelliBelliPhc: @TouchPH HELP! Dr Heme Bob Nwachukwu just got kidnapped.He's in the trunk of a blue mercedes S-class,via Gps he's o ..."], ["updated_at", Thu, 28 Mar 2013 09:27:08 UTC +00:00]]
14:57:08 web.1 |
14:57:08 web.1 |
14:57:08 web.1 | Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-28 14:57:08 +0530
14:57:08 web.1 | (9.1ms) COMMIT
14:57:08 web.1 | Served asset /application.css - 304 Not Modified (38ms)
14:57:08 web.1 |
14:57:08 web.1 |
14:57:08 web.1 | Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2013-03-28 14:57:08 +0530
14:57:08 web.1 | Served asset /jquery.ui.core.css - 304 Not Modified (0ms)
14:57:08 web.1 |
14:57:08 web.1 |
14:57:08 web.1 | Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2013-03-28 14:57:08 +0530
14:57:08 web.1 | Served asset /jquery.ui.theme.css - 304 Not Modified (0ms)
14:57:08 web.1 |
14:57:08 web.1 |
14:57:08 web.1 | Started GET "/assets/jquery.ui.accordion.css?body=1" for 127.0.0.1 at 2013-03-28 14:57:08 +0530
14:57:08 web.1 | Served asset /jquery.ui.accordion.css - 304 Not Modified (0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment