Skip to content

Instantly share code, notes, and snippets.

@natewalck
Created March 25, 2013 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natewalck/5238787 to your computer and use it in GitHub Desktop.
Save natewalck/5238787 to your computer and use it in GitHub Desktop.
Foreman Debug Logging - 404
Started GET "/hosts/HostName.localdomain" for 10.211.55.2 at Mon Mar 25 13:13:11 -0400 2013
Processing by HostsController#show as HTML
Parameters: {"id"=>"HostName.localdomain"}
User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
Setting current user thread-local variable to admin
Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'authorize_login_delegation' ORDER BY LOWER(settings.name) LIMIT 1
CACHE (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'authorize_login_delegation' ORDER BY LOWER(settings.name) LIMIT 1
Host Load (0.2ms) SELECT "hosts".* FROM "hosts" WHERE "hosts"."name" = 'hostname.localdomain' LIMIT 1
Read fragment views/tabs_and_title_records-1 (0.2ms)
Rendered home/_topbar.rhtml (1.2ms)
Rendered common/404.rhtml within layouts/application (5.1ms)
Completed 404 Not Found in 13ms (Views: 6.1ms | ActiveRecord: 1.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment