Created
December 28, 2010 19:38
-
-
Save ch1ago/757599 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/out" for 187.7.224.38 at 2010-12-28 09:42:04 -0800 | |
Processing by Devise::SessionsController#destroy as HTML | |
[paperclip] Saving attachments. | |
Redirected to http://executter.com/ | |
Completed 302 Found in 9ms | |
Started GET "/" for 187.7.224.38 at 2010-12-28 09:42:04 -0800 | |
Processing by HomeController#index as HTML | |
Redirected to http://executter.com/in | |
Completed 302 Found in 0ms | |
Started GET "/in" for 187.7.224.38 at 2010-12-28 09:42:04 -0800 | |
Processing by Devise::SessionsController#new as HTML | |
Rendered devise/shared/_links.erb (0.6ms) | |
Rendered devise/sessions/new.html.erb within layouts/application (17.8ms) | |
Completed 200 OK in 19ms (Views: 10.9ms | ActiveRecord: 9.8ms) | |
Started POST "/users/sign_in" for 187.7.224.38 at 2010-12-28 09:42:10 -0800 | |
Processing by Devise::SessionsController#create as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zn47i1te2AVL/D5TGY/MDbS5USEAwPXM14M0L9CAgto=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}} | |
Completed in 0ms | |
Processing by Devise::SessionsController#new as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"zn47i1te2AVL/D5TGY/MDbS5USEAwPXM14M0L9CAgto=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}} | |
Rendered devise/shared/_links.erb (0.6ms) | |
Rendered devise/sessions/new.html.erb within layouts/application (17.0ms) | |
Completed 200 OK in 18ms (Views: 10.4ms | ActiveRecord: 7.1ms) | |
Started GET "/users/sign_in" for 187.7.224.38 at 2010-12-28 09:57:07 -0800 | |
Processing by Devise::SessionsController#new as HTML | |
Rendered devise/shared/_links.erb (0.6ms) | |
Rendered devise/sessions/new.html.erb within layouts/application (20.9ms) | |
Completed 200 OK in 22ms (Views: 11.1ms | ActiveRecord: 10.4ms) | |
==> newrelic_agent.log <== | |
# Logfile created on 2010-12-28 07:46:39 -0800 by logger.rb/25413 | |
[12/28/10 07:46:39 -0800 railgun64.45818 (31425)] INFO : Dispatcher: thin | |
[12/28/10 07:46:39 -0800 railgun64.45818 (31425)] INFO : Application: ex1-production | |
[12/28/10 07:46:39 -0800 railgun64.45818 (31425)] INFO : New Relic RPM Agent 2.13.4 Initialized: pid = 31425 | |
[12/28/10 07:46:39 -0800 railgun64.45818 (31425)] INFO : Agent Log found in /home/app/8bc58601-cea8-46bf-8591-bca366fc23d0/log/newrelic_agent.log | |
[12/28/10 07:46:49 -0800 railgun64.45818 (31425)] INFO : Resolved collector.newrelic.com to 204.93.223.153 | |
[12/28/10 07:46:50 -0800 railgun64.45818 (31425)] INFO : Resolved collector-4.newrelic.com to 204.93.223.138 | |
[12/28/10 07:46:50 -0800 railgun64.45818 (31425)] INFO : Reporting performance data every 60 seconds. | |
r3@r3:~/apps/ex1$ heroku logs --app ex1-production | |
==> dyno-2339427.log <== | |
Exceptional::Config.load - no configuration file | |
>> Thin web server (v1.2.6 codename Crazy Delicious) | |
>> Maximum connections set to 1024 | |
>> Listening on 0.0.0.0:19099, CTRL+C to stop | |
==> exceptional.log <== | |
# Logfile created on 2010-12-28 11:49:54 -0800 by logger.rb/25413 | |
[INFO] (["init.rb:29:in `<top (required)>'"]) 2010-12-28 19:49:54 UTC - Loading Exceptional 2.0.32 for 3.0.0 | |
==> newrelic_agent.log <== | |
# Logfile created on 2010-12-28 11:49:55 -0800 by logger.rb/25413 | |
[12/28/10 11:49:55 -0800 railgun64.46002 (27036)] INFO : Dispatcher: thin | |
[12/28/10 11:49:55 -0800 railgun64.46002 (27036)] INFO : Application: ex1-production | |
[12/28/10 11:49:55 -0800 railgun64.46002 (27036)] INFO : New Relic RPM Agent 2.13.4 Initialized: pid = 27036 | |
[12/28/10 11:49:55 -0800 railgun64.46002 (27036)] INFO : Agent Log found in /home/app/c270f403-4bec-4f63-940d-41a25853386a/log/newrelic_agent.log | |
[12/28/10 11:50:05 -0800 railgun64.46002 (27036)] INFO : Resolved collector.newrelic.com to 204.93.223.153 | |
[12/28/10 11:50:06 -0800 railgun64.46002 (27036)] INFO : Resolved collector-4.newrelic.com to 204.93.223.138 | |
[12/28/10 11:50:07 -0800 railgun64.46002 (27036)] INFO : Reporting performance data every 60 seconds. | |
==> production.log <== | |
Starting the New Relic Agent. | |
Started GET "/thiago" for 189.31.29.16 at 2010-12-28 11:49:57 -0800 | |
Processing by UsersController#show as HTML | |
Parameters: {"id"=>"thiago"} | |
Rendered parts/_sub_header_register.html.erb (14.2ms) | |
Rendered parts/_search_box.html.erb (1.2ms) | |
[paperclip] Saving attachments. | |
[paperclip] Saving attachments. | |
Rendered users/show.html.erb within layouts/application (192.5ms) | |
Completed 200 OK in 292ms (Views: 157.4ms | ActiveRecord: 108.3ms) | |
Started GET "/3/ajax_followings_thumbs" for 189.31.29.16 at 2010-12-28 11:50:01 -0800 | |
Processing by UsersController#ajax_followings_thumbs as HTML | |
Parameters: {"id"=>"3"} | |
Rendered users/ajax_followings_thumbs.html.erb (134.1ms) | |
Completed 200 OK in 154ms (Views: 61.4ms | ActiveRecord: 80.4ms) | |
Started GET "/3/ajax_tab/1" for 189.31.29.16 at 2010-12-28 11:50:01 -0800 | |
Processing by UsersController#ajax_show_tab as HTML | |
Parameters: {"id"=>"3", "tab_id"=>"1"} | |
Rendered users/ajax_show_tab.html.erb (1.2ms) | |
Completed 200 OK in 7ms (Views: 3.6ms | ActiveRecord: 2.4ms) | |
Started GET "/3/ajax_relation" for 189.31.29.16 at 2010-12-28 11:50:01 -0800 | |
Processing by UsersController#ajax_show_relation as JS | |
Parameters: {"id"=>"3"} | |
Rendered parts/_user_counters.html.erb (1.1ms) | |
Rendered users/ajax_show_relation.js.erb (4.2ms) | |
Completed 200 OK in 21ms (Views: 17.4ms | ActiveRecord: 2.2ms) | |
Started GET "/3/ajax_tab_data/1" for 189.31.29.16 at 2010-12-28 11:50:02 -0800 | |
Processing by UsersController#ajax_show_tab_data as */* | |
Parameters: {"id"=>"3", "tab_id"=>"1"} | |
Rendered users/ajax_show_tab_data.html.erb (128.5ms) | |
Completed 200 OK in 197ms (Views: 94.4ms | ActiveRecord: 101.1ms) | |
Started GET "/oHXjm.jpg" for 189.31.29.16 at 2010-12-28 11:50:03 -0800 | |
Processing by XlinksController#display as | |
Parameters: {"micro"=>"oHXjm"} | |
Exist fragment? views/x/oHXjm (0.0ms) | |
Write fragment views/x/oHXjm (0.1ms) | |
Redirected to http://s3.amazonaws.com/of7_production/ex1-production/xlinks/files/oHXjm.jpg | |
Completed 302 Found in 19ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment