http_log 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/http_log/middleware.rb +14 -10
- data/lib/http_log/version.rb +1 -1
- data/test/dummy/config/mongoid.yml +6 -2
- data/test/dummy/log/development.log +0 -1021
- data/test/dummy/log/production.log +0 -5
- data/test/dummy/log/test.log +3926 -6722
- metadata +48 -18
data/lib/http_log/middleware.rb
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
require 'pp'
|
2
|
-
|
3
1
|
module HttpLog
|
4
2
|
class Middleware
|
5
3
|
attr_accessor :request
|
@@ -9,17 +7,23 @@ module HttpLog
|
|
9
7
|
end
|
10
8
|
|
11
9
|
def call(env)
|
12
|
-
|
10
|
+
begin
|
11
|
+
@proxy = HttpRequest.new(env)
|
13
12
|
|
14
|
-
|
15
|
-
|
13
|
+
if passes_filters? && !@proxy.multi_part?
|
14
|
+
request = HttpLog::Request.from_request(@proxy)
|
16
15
|
|
17
|
-
|
18
|
-
|
19
|
-
|
16
|
+
HttpLog.callbacks.each do |callback|
|
17
|
+
callback.call @proxy, request
|
18
|
+
end
|
20
19
|
|
21
|
-
|
22
|
-
|
20
|
+
request.save
|
21
|
+
env['http_log.request_id'] = request.id.to_s
|
22
|
+
end
|
23
|
+
rescue => ex
|
24
|
+
Rails.logger.warn "Request could not be saved! #{ex} -- switch to debugging logging for more info"
|
25
|
+
Rails.logger.debug ex.backtrace.join("\n")
|
26
|
+
Rails.logger.debug env.inspect
|
23
27
|
end
|
24
28
|
|
25
29
|
@app.call env
|
data/lib/http_log/version.rb
CHANGED
@@ -1,1021 +0,0 @@
|
|
1
|
-
MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
|
2
|
-
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
3
|
-
|
4
|
-
|
5
|
-
Started GET "/" for 127.0.0.1 at 2012-03-15 13:20:33 +0100
|
6
|
-
MONGODB (4ms) http_log_development['system.namespaces'].find({})
|
7
|
-
MONGODB (503ms) http_log_development['$cmd'].find({:create=>"http_log_requests"}).limit(-1)
|
8
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61de91340765fb03000001'), "http_method"=>"GET", "url"=>"http://localhost:3000/", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:20:33 UTC, "created_at"=>2012-03-15 12:20:33 UTC}])
|
9
|
-
Processing by EchoController#echo as HTML
|
10
|
-
HTTP Logger Request ID: 4f61de91340765fb03000001
|
11
|
-
Completed 200 OK in 1ms
|
12
|
-
|
13
|
-
|
14
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:21:01 +0100
|
15
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61dead340765fb03000002'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:21:01 UTC, "created_at"=>2012-03-15 12:21:01 UTC}])
|
16
|
-
Processing by HttpLog::RequestsController#show as HTML
|
17
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
18
|
-
HTTP Logger Request ID: 4f61dead340765fb03000002
|
19
|
-
MONGODB (0ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
20
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (4.4ms)
|
21
|
-
Compiled http_log_bootstrap.min.css (0ms) (pid 64259)
|
22
|
-
Compiled http_log.css (6ms) (pid 64259)
|
23
|
-
Compiled jquery.js (2ms) (pid 64259)
|
24
|
-
Compiled jquery_ujs.js (0ms) (pid 64259)
|
25
|
-
Compiled http_log_bootstrap.min.js (0ms) (pid 64259)
|
26
|
-
Compiled http_log.js (51ms) (pid 64259)
|
27
|
-
Completed 200 OK in 132ms (Views: 130.4ms)
|
28
|
-
|
29
|
-
|
30
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:21:01 +0100
|
31
|
-
Served asset /http_log.css - 200 OK (13ms)
|
32
|
-
|
33
|
-
|
34
|
-
Started GET "/assets/http_log_bootstrap.min.css?body=1" for 127.0.0.1 at 2012-03-15 13:21:01 +0100
|
35
|
-
Served asset /http_log_bootstrap.min.css - 200 OK (4ms)
|
36
|
-
|
37
|
-
|
38
|
-
Started GET "/assets/http_log_bootstrap.min.js?body=1" for 127.0.0.1 at 2012-03-15 13:21:01 +0100
|
39
|
-
Served asset /http_log_bootstrap.min.js - 200 OK (2ms)
|
40
|
-
|
41
|
-
|
42
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:21:01 +0100
|
43
|
-
Served asset /http_log.js - 200 OK (5ms)
|
44
|
-
|
45
|
-
|
46
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:21:01 +0100
|
47
|
-
Served asset /jquery.js - 304 Not Modified (2ms)
|
48
|
-
|
49
|
-
|
50
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:21:01 +0100
|
51
|
-
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
52
|
-
MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
|
53
|
-
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
54
|
-
|
55
|
-
|
56
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:23:41 +0100
|
57
|
-
MONGODB (0ms) http_log_development['system.namespaces'].find({})
|
58
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"80a5b2556f3b0e4972b47607e3719e79\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61df4d340765fb56000001'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:23:41 UTC, "created_at"=>2012-03-15 12:23:41 UTC}])
|
59
|
-
Processing by HttpLog::RequestsController#show as HTML
|
60
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
61
|
-
HTTP Logger Request ID: 4f61df4d340765fb56000001
|
62
|
-
MONGODB (0ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
63
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (2.7ms)
|
64
|
-
Compiled bootstrap.min.css (0ms) (pid 64342)
|
65
|
-
Compiled http_log.css (26ms) (pid 64342)
|
66
|
-
Compiled bootstrap.min.js (0ms) (pid 64342)
|
67
|
-
Compiled http_log.js (11ms) (pid 64342)
|
68
|
-
Completed 200 OK in 100ms (Views: 98.8ms)
|
69
|
-
|
70
|
-
|
71
|
-
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-03-15 13:23:42 +0100
|
72
|
-
Served asset /bootstrap.min.css - 200 OK (3ms)
|
73
|
-
|
74
|
-
|
75
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:23:42 +0100
|
76
|
-
Served asset /http_log.css - 304 Not Modified (6ms)
|
77
|
-
|
78
|
-
|
79
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:23:42 +0100
|
80
|
-
Served asset /jquery.js - 304 Not Modified (3ms)
|
81
|
-
|
82
|
-
|
83
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:23:42 +0100
|
84
|
-
Served asset /http_log.js - 304 Not Modified (28ms)
|
85
|
-
|
86
|
-
|
87
|
-
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-03-15 13:23:42 +0100
|
88
|
-
Served asset /bootstrap.min.js - 200 OK (9ms)
|
89
|
-
|
90
|
-
|
91
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:23:42 +0100
|
92
|
-
Served asset /jquery_ujs.js - 304 Not Modified (3ms)
|
93
|
-
|
94
|
-
|
95
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:25:04 +0100
|
96
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"128090fddb896bf5e94288e7083de7cb\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61dfa0340765fb56000002'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:25:04 UTC, "created_at"=>2012-03-15 12:25:04 UTC}])
|
97
|
-
Processing by HttpLog::RequestsController#show as HTML
|
98
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
99
|
-
HTTP Logger Request ID: 4f61dfa0340765fb56000002
|
100
|
-
MONGODB (3ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
101
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (0.6ms)
|
102
|
-
Completed 200 OK in 9ms (Views: 4.8ms)
|
103
|
-
|
104
|
-
|
105
|
-
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-03-15 13:25:04 +0100
|
106
|
-
Served asset /bootstrap.min.css - 304 Not Modified (0ms)
|
107
|
-
|
108
|
-
|
109
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:25:04 +0100
|
110
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
111
|
-
|
112
|
-
|
113
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:25:04 +0100
|
114
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
115
|
-
|
116
|
-
|
117
|
-
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-03-15 13:25:04 +0100
|
118
|
-
Served asset /bootstrap.min.js - 304 Not Modified (0ms)
|
119
|
-
|
120
|
-
|
121
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:25:04 +0100
|
122
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
123
|
-
|
124
|
-
|
125
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:25:04 +0100
|
126
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
127
|
-
|
128
|
-
|
129
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:25:28 +0100
|
130
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"d4345a1c832ae8a573d3ed16bbd24eec\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61dfb8340765fb56000003'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:25:28 UTC, "created_at"=>2012-03-15 12:25:28 UTC}])
|
131
|
-
Processing by HttpLog::RequestsController#show as HTML
|
132
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
133
|
-
HTTP Logger Request ID: 4f61dfb8340765fb56000003
|
134
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
135
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (0.5ms)
|
136
|
-
Completed 200 OK in 11ms (Views: 5.2ms)
|
137
|
-
|
138
|
-
|
139
|
-
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-03-15 13:25:28 +0100
|
140
|
-
Served asset /bootstrap.min.css - 304 Not Modified (0ms)
|
141
|
-
|
142
|
-
|
143
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:25:28 +0100
|
144
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
145
|
-
|
146
|
-
|
147
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:25:28 +0100
|
148
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
149
|
-
|
150
|
-
|
151
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:25:28 +0100
|
152
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
153
|
-
|
154
|
-
|
155
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:25:28 +0100
|
156
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
157
|
-
|
158
|
-
|
159
|
-
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-03-15 13:25:28 +0100
|
160
|
-
Served asset /bootstrap.min.js - 304 Not Modified (0ms)
|
161
|
-
|
162
|
-
|
163
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:26:45 +0100
|
164
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"2a36ba89221b8af2874353b3a4089fa7\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e005340765fb56000004'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:26:45 UTC, "created_at"=>2012-03-15 12:26:45 UTC}])
|
165
|
-
Processing by HttpLog::RequestsController#show as HTML
|
166
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
167
|
-
HTTP Logger Request ID: 4f61e005340765fb56000004
|
168
|
-
MONGODB (3ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
169
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (1.4ms)
|
170
|
-
Completed 200 OK in 10ms (Views: 5.4ms)
|
171
|
-
|
172
|
-
|
173
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:26:45 +0100
|
174
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
175
|
-
|
176
|
-
|
177
|
-
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-03-15 13:26:45 +0100
|
178
|
-
Served asset /bootstrap.min.css - 304 Not Modified (0ms)
|
179
|
-
|
180
|
-
|
181
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:26:45 +0100
|
182
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
183
|
-
|
184
|
-
|
185
|
-
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-03-15 13:26:45 +0100
|
186
|
-
Served asset /bootstrap.min.js - 304 Not Modified (0ms)
|
187
|
-
|
188
|
-
|
189
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:26:45 +0100
|
190
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
191
|
-
|
192
|
-
|
193
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:26:45 +0100
|
194
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
195
|
-
|
196
|
-
|
197
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:27:11 +0100
|
198
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"4ff346652e9a68f58646b7ec8b95e240\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e01f340765fb56000005'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:27:11 UTC, "created_at"=>2012-03-15 12:27:11 UTC}])
|
199
|
-
Processing by HttpLog::RequestsController#show as HTML
|
200
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
201
|
-
HTTP Logger Request ID: 4f61e01f340765fb56000005
|
202
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
203
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (1.3ms)
|
204
|
-
Completed 200 OK in 11ms (Views: 5.6ms)
|
205
|
-
|
206
|
-
|
207
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:27:11 +0100
|
208
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
209
|
-
|
210
|
-
|
211
|
-
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-03-15 13:27:11 +0100
|
212
|
-
Served asset /bootstrap.min.js - 304 Not Modified (0ms)
|
213
|
-
|
214
|
-
|
215
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:27:11 +0100
|
216
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
217
|
-
|
218
|
-
|
219
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:27:11 +0100
|
220
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
221
|
-
|
222
|
-
|
223
|
-
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-03-15 13:27:11 +0100
|
224
|
-
Served asset /bootstrap.min.css - 304 Not Modified (0ms)
|
225
|
-
|
226
|
-
|
227
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:27:11 +0100
|
228
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
229
|
-
|
230
|
-
|
231
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:27:27 +0100
|
232
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"30b742ab1d4150730b379407f45e2cc7\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e02f340765fb56000006'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:27:27 UTC, "created_at"=>2012-03-15 12:27:27 UTC}])
|
233
|
-
Processing by HttpLog::RequestsController#show as HTML
|
234
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
235
|
-
HTTP Logger Request ID: 4f61e02f340765fb56000006
|
236
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
237
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (1.3ms)
|
238
|
-
Completed 200 OK in 11ms (Views: 5.2ms)
|
239
|
-
|
240
|
-
|
241
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:27:27 +0100
|
242
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
243
|
-
|
244
|
-
|
245
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:27:27 +0100
|
246
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
247
|
-
|
248
|
-
|
249
|
-
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-03-15 13:27:27 +0100
|
250
|
-
Served asset /bootstrap.min.css - 304 Not Modified (0ms)
|
251
|
-
|
252
|
-
|
253
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:27:27 +0100
|
254
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
255
|
-
|
256
|
-
|
257
|
-
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-03-15 13:27:27 +0100
|
258
|
-
Served asset /bootstrap.min.js - 304 Not Modified (0ms)
|
259
|
-
|
260
|
-
|
261
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:27:27 +0100
|
262
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
263
|
-
|
264
|
-
|
265
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:28:56 +0100
|
266
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"627481ec055acdfb1cb2872d4a069ee6\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e088340765fb56000007'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:28:56 UTC, "created_at"=>2012-03-15 12:28:56 UTC}])
|
267
|
-
Processing by HttpLog::RequestsController#show as HTML
|
268
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
269
|
-
HTTP Logger Request ID: 4f61e088340765fb56000007
|
270
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
271
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (25.0ms)
|
272
|
-
Completed 200 OK in 35ms (Views: 29.8ms)
|
273
|
-
|
274
|
-
|
275
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:28:56 +0100
|
276
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
277
|
-
|
278
|
-
|
279
|
-
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-03-15 13:28:56 +0100
|
280
|
-
Served asset /bootstrap.min.js - 304 Not Modified (0ms)
|
281
|
-
|
282
|
-
|
283
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:28:56 +0100
|
284
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
285
|
-
|
286
|
-
|
287
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:28:56 +0100
|
288
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
289
|
-
|
290
|
-
|
291
|
-
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-03-15 13:28:56 +0100
|
292
|
-
Served asset /bootstrap.min.css - 304 Not Modified (0ms)
|
293
|
-
|
294
|
-
|
295
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:28:56 +0100
|
296
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
297
|
-
|
298
|
-
|
299
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:29:28 +0100
|
300
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"627481ec055acdfb1cb2872d4a069ee6\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e0a8340765fb56000008'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:29:28 UTC, "created_at"=>2012-03-15 12:29:28 UTC}])
|
301
|
-
Processing by HttpLog::RequestsController#show as HTML
|
302
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
303
|
-
HTTP Logger Request ID: 4f61e0a8340765fb56000008
|
304
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
305
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (1.4ms)
|
306
|
-
Completed 200 OK in 11ms (Views: 5.6ms)
|
307
|
-
|
308
|
-
|
309
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:29:28 +0100
|
310
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
311
|
-
|
312
|
-
|
313
|
-
Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-03-15 13:29:28 +0100
|
314
|
-
Served asset /bootstrap.min.js - 304 Not Modified (0ms)
|
315
|
-
|
316
|
-
|
317
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:29:28 +0100
|
318
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
319
|
-
|
320
|
-
|
321
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:29:28 +0100
|
322
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
323
|
-
|
324
|
-
|
325
|
-
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-03-15 13:29:28 +0100
|
326
|
-
Served asset /bootstrap.min.css - 304 Not Modified (0ms)
|
327
|
-
|
328
|
-
|
329
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:29:28 +0100
|
330
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
331
|
-
|
332
|
-
|
333
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:31:51 +0100
|
334
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"9dc9f490c4825d65b6ca6b5a3535c42c\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e137340765fb56000009'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:31:51 UTC, "created_at"=>2012-03-15 12:31:51 UTC}])
|
335
|
-
Processing by HttpLog::RequestsController#show as HTML
|
336
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
337
|
-
HTTP Logger Request ID: 4f61e137340765fb56000009
|
338
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
339
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (0.5ms)
|
340
|
-
Compiled http_log.css (0ms) (pid 64342)
|
341
|
-
Compiled http_log.js (2ms) (pid 64342)
|
342
|
-
Completed 200 OK in 32ms (Views: 26.1ms)
|
343
|
-
|
344
|
-
|
345
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:31:51 +0100
|
346
|
-
Served asset /http_log.css - 304 Not Modified (6ms)
|
347
|
-
|
348
|
-
|
349
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:31:51 +0100
|
350
|
-
Served asset /http_log.js - 304 Not Modified (4ms)
|
351
|
-
|
352
|
-
|
353
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:31:51 +0100
|
354
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
355
|
-
|
356
|
-
|
357
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:31:51 +0100
|
358
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
359
|
-
MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
|
360
|
-
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
361
|
-
|
362
|
-
|
363
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:32:08 +0100
|
364
|
-
MONGODB (0ms) http_log_development['system.namespaces'].find({})
|
365
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"2bfc037b2c048b6e65ac206ec2d2dd9a\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e148340765fd15000001'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:32:08 UTC, "created_at"=>2012-03-15 12:32:08 UTC}])
|
366
|
-
Processing by HttpLog::RequestsController#show as HTML
|
367
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
368
|
-
HTTP Logger Request ID: 4f61e148340765fd15000001
|
369
|
-
MONGODB (0ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
370
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (2.9ms)
|
371
|
-
Completed 200 OK in 42ms (Views: 39.9ms)
|
372
|
-
|
373
|
-
|
374
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:32:08 +0100
|
375
|
-
Served asset /http_log.css - 304 Not Modified (2ms)
|
376
|
-
|
377
|
-
|
378
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:32:08 +0100
|
379
|
-
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
380
|
-
|
381
|
-
|
382
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:32:08 +0100
|
383
|
-
Served asset /jquery.js - 304 Not Modified (2ms)
|
384
|
-
|
385
|
-
|
386
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:32:08 +0100
|
387
|
-
Served asset /http_log.js - 304 Not Modified (4ms)
|
388
|
-
|
389
|
-
|
390
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:32:28 +0100
|
391
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"2bfc037b2c048b6e65ac206ec2d2dd9a\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e15c340765fd15000002'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:32:28 UTC, "created_at"=>2012-03-15 12:32:28 UTC}])
|
392
|
-
Processing by HttpLog::RequestsController#show as HTML
|
393
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
394
|
-
HTTP Logger Request ID: 4f61e15c340765fd15000002
|
395
|
-
MONGODB (3ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
396
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (0.6ms)
|
397
|
-
Compiled http_log_bootstrap.css (0ms) (pid 64789)
|
398
|
-
Compiled http_log.css (9ms) (pid 64789)
|
399
|
-
Compiled http_log_bootstrap.js (0ms) (pid 64789)
|
400
|
-
Compiled http_log.js (10ms) (pid 64789)
|
401
|
-
Completed 200 OK in 71ms (Views: 66.9ms)
|
402
|
-
|
403
|
-
|
404
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:32:28 +0100
|
405
|
-
Served asset /http_log.css - 304 Not Modified (8ms)
|
406
|
-
|
407
|
-
|
408
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:32:28 +0100
|
409
|
-
Served asset /http_log.js - 304 Not Modified (5ms)
|
410
|
-
|
411
|
-
|
412
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:32:28 +0100
|
413
|
-
Served asset /http_log_bootstrap.js - 200 OK (2ms)
|
414
|
-
|
415
|
-
|
416
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:32:28 +0100
|
417
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
418
|
-
|
419
|
-
|
420
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:32:28 +0100
|
421
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
422
|
-
|
423
|
-
|
424
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 13:32:28 +0100
|
425
|
-
Served asset /http_log_bootstrap.css - 200 OK (1ms)
|
426
|
-
|
427
|
-
|
428
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:34:07 +0100
|
429
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"48cead8140ce374195cb3aab63f564b7\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e1bf340765fd15000003'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:34:07 UTC, "created_at"=>2012-03-15 12:34:07 UTC}])
|
430
|
-
Processing by HttpLog::RequestsController#show as HTML
|
431
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
432
|
-
HTTP Logger Request ID: 4f61e1bf340765fd15000003
|
433
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
434
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (0.6ms)
|
435
|
-
Completed 200 OK in 10ms (Views: 4.2ms)
|
436
|
-
|
437
|
-
|
438
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:34:07 +0100
|
439
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
440
|
-
|
441
|
-
|
442
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:34:07 +0100
|
443
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
444
|
-
|
445
|
-
|
446
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:34:07 +0100
|
447
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
448
|
-
|
449
|
-
|
450
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 13:34:07 +0100
|
451
|
-
Served asset /http_log_bootstrap.css - 304 Not Modified (0ms)
|
452
|
-
|
453
|
-
|
454
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:34:07 +0100
|
455
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
456
|
-
|
457
|
-
|
458
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:34:08 +0100
|
459
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
460
|
-
|
461
|
-
|
462
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:37:55 +0100
|
463
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"48cead8140ce374195cb3aab63f564b7\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e2a3340765fd15000004'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:37:55 UTC, "created_at"=>2012-03-15 12:37:55 UTC}])
|
464
|
-
Processing by HttpLog::RequestsController#show as HTML
|
465
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
466
|
-
HTTP Logger Request ID: 4f61e2a3340765fd15000004
|
467
|
-
MONGODB (5ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
468
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (1.1ms)
|
469
|
-
Compiled http_log.css (0ms) (pid 64789)
|
470
|
-
Completed 200 OK in 22ms (Views: 15.6ms)
|
471
|
-
|
472
|
-
|
473
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:37:55 +0100
|
474
|
-
Served asset /http_log.css - 200 OK (11ms)
|
475
|
-
|
476
|
-
|
477
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:37:55 +0100
|
478
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
479
|
-
|
480
|
-
|
481
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:37:55 +0100
|
482
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
483
|
-
|
484
|
-
|
485
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 13:37:55 +0100
|
486
|
-
Served asset /http_log_bootstrap.css - 304 Not Modified (0ms)
|
487
|
-
|
488
|
-
|
489
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:37:55 +0100
|
490
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
491
|
-
|
492
|
-
|
493
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:37:55 +0100
|
494
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
495
|
-
|
496
|
-
|
497
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:38:41 +0100
|
498
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"48cead8140ce374195cb3aab63f564b7\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e2d1340765fd15000005'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:38:41 UTC, "created_at"=>2012-03-15 12:38:41 UTC}])
|
499
|
-
Processing by HttpLog::RequestsController#show as HTML
|
500
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
501
|
-
HTTP Logger Request ID: 4f61e2d1340765fd15000005
|
502
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
503
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (1.2ms)
|
504
|
-
Compiled http_log.js (2ms) (pid 64789)
|
505
|
-
Completed 200 OK in 57ms (Views: 50.9ms)
|
506
|
-
|
507
|
-
|
508
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:38:41 +0100
|
509
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
510
|
-
|
511
|
-
|
512
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 13:38:41 +0100
|
513
|
-
Served asset /http_log_bootstrap.css - 304 Not Modified (0ms)
|
514
|
-
|
515
|
-
|
516
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:38:41 +0100
|
517
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
518
|
-
|
519
|
-
|
520
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:38:41 +0100
|
521
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
522
|
-
|
523
|
-
|
524
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:38:41 +0100
|
525
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
526
|
-
|
527
|
-
|
528
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:38:41 +0100
|
529
|
-
Served asset /http_log.js - 200 OK (6ms)
|
530
|
-
|
531
|
-
|
532
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:38:58 +0100
|
533
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
534
|
-
|
535
|
-
|
536
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:41:57 +0100
|
537
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"48cead8140ce374195cb3aab63f564b7\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e395340765fd15000006'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:41:57 UTC, "created_at"=>2012-03-15 12:41:57 UTC}])
|
538
|
-
Processing by HttpLog::RequestsController#show as HTML
|
539
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
540
|
-
HTTP Logger Request ID: 4f61e395340765fd15000006
|
541
|
-
MONGODB (3ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
542
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (0.6ms)
|
543
|
-
Compiled http_log.js (2ms) (pid 64789)
|
544
|
-
Completed 200 OK in 44ms (Views: 39.2ms)
|
545
|
-
|
546
|
-
|
547
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:41:57 +0100
|
548
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
549
|
-
|
550
|
-
|
551
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:41:57 +0100
|
552
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
553
|
-
|
554
|
-
|
555
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 13:41:57 +0100
|
556
|
-
Served asset /http_log_bootstrap.css - 304 Not Modified (0ms)
|
557
|
-
|
558
|
-
|
559
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:41:57 +0100
|
560
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
561
|
-
|
562
|
-
|
563
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:41:57 +0100
|
564
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
565
|
-
|
566
|
-
|
567
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:41:57 +0100
|
568
|
-
Served asset /http_log.js - 200 OK (6ms)
|
569
|
-
|
570
|
-
|
571
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:42:32 +0100
|
572
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"c49ef98aeed5edc7f3e6ceef2edf2ff8\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e3b8340765fd15000007'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:42:32 UTC, "created_at"=>2012-03-15 12:42:32 UTC}])
|
573
|
-
Processing by HttpLog::RequestsController#show as HTML
|
574
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
575
|
-
HTTP Logger Request ID: 4f61e3b8340765fd15000007
|
576
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
577
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (0.6ms)
|
578
|
-
Compiled http_log.js (2ms) (pid 64789)
|
579
|
-
Completed 200 OK in 24ms (Views: 18.3ms)
|
580
|
-
|
581
|
-
|
582
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:42:32 +0100
|
583
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
584
|
-
|
585
|
-
|
586
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:42:32 +0100
|
587
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
588
|
-
|
589
|
-
|
590
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 13:42:32 +0100
|
591
|
-
Served asset /http_log_bootstrap.css - 304 Not Modified (0ms)
|
592
|
-
|
593
|
-
|
594
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:42:32 +0100
|
595
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
596
|
-
|
597
|
-
|
598
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:42:32 +0100
|
599
|
-
Served asset /http_log.js - 200 OK (30ms)
|
600
|
-
|
601
|
-
|
602
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:42:32 +0100
|
603
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
604
|
-
|
605
|
-
|
606
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:44:20 +0100
|
607
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"c49ef98aeed5edc7f3e6ceef2edf2ff8\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e424340765fd15000008'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:44:20 UTC, "created_at"=>2012-03-15 12:44:20 UTC}])
|
608
|
-
Processing by HttpLog::RequestsController#show as HTML
|
609
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
610
|
-
HTTP Logger Request ID: 4f61e424340765fd15000008
|
611
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
612
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (0.6ms)
|
613
|
-
Compiled http_log.js (1ms) (pid 64789)
|
614
|
-
Completed 200 OK in 24ms (Views: 18.4ms)
|
615
|
-
|
616
|
-
|
617
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:44:20 +0100
|
618
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
619
|
-
|
620
|
-
|
621
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 13:44:20 +0100
|
622
|
-
Served asset /http_log_bootstrap.css - 304 Not Modified (0ms)
|
623
|
-
|
624
|
-
|
625
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:44:20 +0100
|
626
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
627
|
-
|
628
|
-
|
629
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:44:20 +0100
|
630
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
631
|
-
|
632
|
-
|
633
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:44:20 +0100
|
634
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
635
|
-
|
636
|
-
|
637
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:44:20 +0100
|
638
|
-
Served asset /http_log.js - 200 OK (7ms)
|
639
|
-
|
640
|
-
|
641
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:45:30 +0100
|
642
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"c49ef98aeed5edc7f3e6ceef2edf2ff8\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e46a340765fd15000009'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:45:30 UTC, "created_at"=>2012-03-15 12:45:30 UTC}])
|
643
|
-
Processing by HttpLog::RequestsController#show as HTML
|
644
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
645
|
-
HTTP Logger Request ID: 4f61e46a340765fd15000009
|
646
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
647
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (1.2ms)
|
648
|
-
Completed 200 OK in 11ms (Views: 5.3ms)
|
649
|
-
|
650
|
-
|
651
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:45:30 +0100
|
652
|
-
Served asset /http_log.css - 304 Not Modified (6ms)
|
653
|
-
|
654
|
-
|
655
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:45:30 +0100
|
656
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
657
|
-
|
658
|
-
|
659
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 13:45:30 +0100
|
660
|
-
Served asset /http_log_bootstrap.css - 304 Not Modified (0ms)
|
661
|
-
|
662
|
-
|
663
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:45:30 +0100
|
664
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
665
|
-
|
666
|
-
|
667
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:45:30 +0100
|
668
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
669
|
-
|
670
|
-
|
671
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:45:30 +0100
|
672
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
673
|
-
|
674
|
-
|
675
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:45:57 +0100
|
676
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"ea8cd7424cba487215f6c64c4fc4eff2\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e485340765fd1500000a'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:45:57 UTC, "created_at"=>2012-03-15 12:45:57 UTC}])
|
677
|
-
Processing by HttpLog::RequestsController#show as HTML
|
678
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
679
|
-
HTTP Logger Request ID: 4f61e485340765fd1500000a
|
680
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
681
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (1.4ms)
|
682
|
-
Completed 200 OK in 11ms (Views: 5.5ms)
|
683
|
-
|
684
|
-
|
685
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:45:57 +0100
|
686
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
687
|
-
|
688
|
-
|
689
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 13:45:57 +0100
|
690
|
-
Served asset /http_log_bootstrap.css - 304 Not Modified (0ms)
|
691
|
-
|
692
|
-
|
693
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:45:57 +0100
|
694
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
695
|
-
|
696
|
-
|
697
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:45:57 +0100
|
698
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
699
|
-
|
700
|
-
|
701
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:45:57 +0100
|
702
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
703
|
-
|
704
|
-
|
705
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:45:57 +0100
|
706
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
707
|
-
|
708
|
-
|
709
|
-
Started GET "/logs/requests/4f61de91340765fb03000001" for 127.0.0.1 at 2012-03-15 13:46:04 +0100
|
710
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"ea8cd7424cba487215f6c64c4fc4eff2\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e48c340765fd1500000b'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61de91340765fb03000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:46:04 UTC, "created_at"=>2012-03-15 12:46:04 UTC}])
|
711
|
-
Processing by HttpLog::RequestsController#show as HTML
|
712
|
-
Parameters: {"id"=>"4f61de91340765fb03000001"}
|
713
|
-
HTTP Logger Request ID: 4f61e48c340765fd1500000b
|
714
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61de91340765fb03000001')}).limit(-1).sort([[:_id, :asc]])
|
715
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (1.7ms)
|
716
|
-
Completed 200 OK in 12ms (Views: 6.4ms)
|
717
|
-
|
718
|
-
|
719
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:46:04 +0100
|
720
|
-
Served asset /http_log.css - 304 Not Modified (2ms)
|
721
|
-
|
722
|
-
|
723
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:46:04 +0100
|
724
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
725
|
-
|
726
|
-
|
727
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 13:46:04 +0100
|
728
|
-
Served asset /http_log_bootstrap.css - 304 Not Modified (0ms)
|
729
|
-
|
730
|
-
|
731
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:46:04 +0100
|
732
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
733
|
-
|
734
|
-
|
735
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:46:04 +0100
|
736
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
737
|
-
|
738
|
-
|
739
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:46:04 +0100
|
740
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
741
|
-
MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
|
742
|
-
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
743
|
-
|
744
|
-
|
745
|
-
Started GET "/logs/requests/4f17ca68340765dcba000001" for 127.0.0.1 at 2012-03-15 13:57:24 +0100
|
746
|
-
MONGODB (0ms) http_log_development['system.namespaces'].find({})
|
747
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e734340765fef6000001'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f17ca68340765dcba000001", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:57:24 UTC, "created_at"=>2012-03-15 12:57:24 UTC}])
|
748
|
-
Processing by HttpLog::RequestsController#show as HTML
|
749
|
-
Parameters: {"id"=>"4f17ca68340765dcba000001"}
|
750
|
-
HTTP Logger Request ID: 4f61e734340765fef6000001
|
751
|
-
MONGODB (0ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f17ca68340765dcba000001')}).limit(-1).sort([[:_id, :asc]])
|
752
|
-
Completed 500 Internal Server Error in 9ms
|
753
|
-
|
754
|
-
Mongoid::Errors::DocumentNotFound (Document not found for class HttpLog::Request with id(s) 4f17ca68340765dcba000001.):
|
755
|
-
mongoid (2.4.6) lib/mongoid/criterion/inclusion.rb:151:in `block in execute_or_raise'
|
756
|
-
mongoid (2.4.6) lib/mongoid/criterion/inclusion.rb:149:in `tap'
|
757
|
-
mongoid (2.4.6) lib/mongoid/criterion/inclusion.rb:149:in `execute_or_raise'
|
758
|
-
mongoid (2.4.6) lib/mongoid/criterion/inclusion.rb:129:in `find'
|
759
|
-
mongoid (2.4.6) lib/mongoid/finders.rb:84:in `find'
|
760
|
-
/Users/adam/threadedlabs/http_log/app/controllers/http_log/requests_controller.rb:6:in `show'
|
761
|
-
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
762
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
763
|
-
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
764
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
765
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__2169178485803453374__process_action__1111286400040579872__callbacks'
|
766
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
767
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
768
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
769
|
-
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
770
|
-
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
771
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
772
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
773
|
-
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
774
|
-
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
775
|
-
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
776
|
-
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
777
|
-
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
778
|
-
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
779
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
780
|
-
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
781
|
-
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
782
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
783
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
784
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
785
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
786
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
787
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
788
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
789
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
790
|
-
railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
791
|
-
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
792
|
-
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
793
|
-
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
794
|
-
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
795
|
-
/Users/adam/threadedlabs/http_log/lib/http_log/middleware.rb:20:in `call'
|
796
|
-
mongoid (2.4.6) lib/rack/mongoid/middleware/identity_map.rb:33:in `block in call'
|
797
|
-
mongoid (2.4.6) lib/mongoid.rb:132:in `unit_of_work'
|
798
|
-
mongoid (2.4.6) lib/rack/mongoid/middleware/identity_map.rb:33:in `call'
|
799
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
800
|
-
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
801
|
-
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
802
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
803
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
804
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
805
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
806
|
-
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
807
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
808
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
809
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1613389631097367702__call__1115826687362706394__callbacks'
|
810
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
811
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
812
|
-
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
813
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
814
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
815
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
816
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
817
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
818
|
-
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
819
|
-
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
820
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
821
|
-
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
822
|
-
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
823
|
-
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
824
|
-
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
825
|
-
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
826
|
-
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
827
|
-
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
828
|
-
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
829
|
-
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
830
|
-
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
831
|
-
/Users/adam/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
832
|
-
/Users/adam/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
833
|
-
/Users/adam/.rbenv/versions/1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
834
|
-
|
835
|
-
|
836
|
-
Rendered /Users/adam/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms)
|
837
|
-
Rendered /Users/adam/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
838
|
-
Rendered /Users/adam/.rbenv/versions/1.9.3-p0/lib/ruby/gems/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.9ms)
|
839
|
-
|
840
|
-
|
841
|
-
Started GET "/logs/requests/4f61e48c340765fd1500000b" for 127.0.0.1 at 2012-03-15 13:57:28 +0100
|
842
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e738340765fef6000002'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61e48c340765fd1500000b", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 12:57:28 UTC, "created_at"=>2012-03-15 12:57:28 UTC}])
|
843
|
-
Processing by HttpLog::RequestsController#show as HTML
|
844
|
-
Parameters: {"id"=>"4f61e48c340765fd1500000b"}
|
845
|
-
HTTP Logger Request ID: 4f61e738340765fef6000002
|
846
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61e48c340765fd1500000b')}).limit(-1).sort([[:_id, :asc]])
|
847
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (2.2ms)
|
848
|
-
Compiled http_log_bootstrap.css (510ms) (pid 65270)
|
849
|
-
Compiled http_log.css (520ms) (pid 65270)
|
850
|
-
Completed 200 OK in 555ms (Views: 546.6ms)
|
851
|
-
|
852
|
-
|
853
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 13:57:28 +0100
|
854
|
-
Served asset /http_log.css - 304 Not Modified (5ms)
|
855
|
-
|
856
|
-
|
857
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 13:57:28 +0100
|
858
|
-
Served asset /jquery.js - 304 Not Modified (2ms)
|
859
|
-
|
860
|
-
|
861
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 13:57:28 +0100
|
862
|
-
Served asset /http_log.js - 304 Not Modified (31ms)
|
863
|
-
|
864
|
-
|
865
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 13:57:28 +0100
|
866
|
-
Served asset /http_log_bootstrap.css - 200 OK (1ms)
|
867
|
-
|
868
|
-
|
869
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 13:57:28 +0100
|
870
|
-
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
871
|
-
|
872
|
-
|
873
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 13:57:28 +0100
|
874
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (2ms)
|
875
|
-
|
876
|
-
|
877
|
-
Started GET "/logs/requests/4f61e48c340765fd1500000b" for 127.0.0.1 at 2012-03-15 14:00:19 +0100
|
878
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"7bd6e7dfb43255336c7dd9bc3faad79a\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e7e3340765fef6000003'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61e48c340765fd1500000b", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 13:00:19 UTC, "created_at"=>2012-03-15 13:00:19 UTC}])
|
879
|
-
Processing by HttpLog::RequestsController#show as HTML
|
880
|
-
Parameters: {"id"=>"4f61e48c340765fd1500000b"}
|
881
|
-
HTTP Logger Request ID: 4f61e7e3340765fef6000003
|
882
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61e48c340765fd1500000b')}).limit(-1).sort([[:_id, :asc]])
|
883
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (0.6ms)
|
884
|
-
Compiled http_log_bootstrap.css (330ms) (pid 65270)
|
885
|
-
Compiled http_log.css (0ms) (pid 65270)
|
886
|
-
Compiled http_log.js (2ms) (pid 65270)
|
887
|
-
Completed 200 OK in 392ms (Views: 386.6ms)
|
888
|
-
|
889
|
-
|
890
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 14:00:20 +0100
|
891
|
-
Served asset /http_log.css - 200 OK (8ms)
|
892
|
-
|
893
|
-
|
894
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 14:00:20 +0100
|
895
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
896
|
-
|
897
|
-
|
898
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 14:00:20 +0100
|
899
|
-
Served asset /http_log_bootstrap.css - 200 OK (2ms)
|
900
|
-
|
901
|
-
|
902
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 14:00:20 +0100
|
903
|
-
Served asset /http_log.js - 200 OK (7ms)
|
904
|
-
|
905
|
-
|
906
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 14:00:20 +0100
|
907
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
908
|
-
|
909
|
-
|
910
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 14:00:20 +0100
|
911
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
912
|
-
|
913
|
-
|
914
|
-
Started GET "/logs/requests/4f61e48c340765fd1500000b" for 127.0.0.1 at 2012-03-15 14:00:38 +0100
|
915
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"70032b7034cb4f6340a9e7f804f0cb5d\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61e7f6340765fef6000004'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61e48c340765fd1500000b", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 13:00:38 UTC, "created_at"=>2012-03-15 13:00:38 UTC}])
|
916
|
-
Processing by HttpLog::RequestsController#show as HTML
|
917
|
-
Parameters: {"id"=>"4f61e48c340765fd1500000b"}
|
918
|
-
HTTP Logger Request ID: 4f61e7f6340765fef6000004
|
919
|
-
MONGODB (4ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61e48c340765fd1500000b')}).limit(-1).sort([[:_id, :asc]])
|
920
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (1.1ms)
|
921
|
-
Compiled http_log.css (0ms) (pid 65270)
|
922
|
-
Completed 200 OK in 20ms (Views: 13.9ms)
|
923
|
-
|
924
|
-
|
925
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 14:00:38 +0100
|
926
|
-
Served asset /http_log.css - 200 OK (8ms)
|
927
|
-
|
928
|
-
|
929
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 14:00:38 +0100
|
930
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
931
|
-
|
932
|
-
|
933
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 14:00:38 +0100
|
934
|
-
Served asset /http_log_bootstrap.css - 304 Not Modified (0ms)
|
935
|
-
|
936
|
-
|
937
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 14:00:38 +0100
|
938
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
939
|
-
|
940
|
-
|
941
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 14:00:38 +0100
|
942
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
943
|
-
|
944
|
-
|
945
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 14:00:38 +0100
|
946
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
947
|
-
MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
|
948
|
-
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
949
|
-
|
950
|
-
|
951
|
-
Started GET "/logs/requests/4f61e48c340765fd1500000b" for 127.0.0.1 at 2012-03-15 14:23:49 +0100
|
952
|
-
MONGODB (0ms) http_log_development['system.namespaces'].find({})
|
953
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"70032b7034cb4f6340a9e7f804f0cb5d\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61ed653407650214000001'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61e48c340765fd1500000b", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 13:23:49 UTC, "created_at"=>2012-03-15 13:23:49 UTC}])
|
954
|
-
Processing by HttpLog::RequestsController#show as HTML
|
955
|
-
Parameters: {"id"=>"4f61e48c340765fd1500000b"}
|
956
|
-
HTTP Logger Request ID: 4f61ed653407650214000001
|
957
|
-
MONGODB (0ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61e48c340765fd1500000b')}).limit(-1).sort([[:_id, :asc]])
|
958
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (2.8ms)
|
959
|
-
Compiled http_log_bootstrap.css (381ms) (pid 66068)
|
960
|
-
Compiled http_log.css (0ms) (pid 66068)
|
961
|
-
Completed 200 OK in 435ms (Views: 433.0ms)
|
962
|
-
|
963
|
-
|
964
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 14:23:49 +0100
|
965
|
-
Served asset /http_log.css - 304 Not Modified (35ms)
|
966
|
-
|
967
|
-
|
968
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 14:23:49 +0100
|
969
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (1ms)
|
970
|
-
|
971
|
-
|
972
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 14:23:49 +0100
|
973
|
-
Served asset /http_log_bootstrap.css - 200 OK (1ms)
|
974
|
-
|
975
|
-
|
976
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 14:23:49 +0100
|
977
|
-
Served asset /jquery.js - 304 Not Modified (2ms)
|
978
|
-
|
979
|
-
|
980
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 14:23:49 +0100
|
981
|
-
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
982
|
-
|
983
|
-
|
984
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 14:23:49 +0100
|
985
|
-
Served asset /http_log.js - 304 Not Modified (8ms)
|
986
|
-
|
987
|
-
|
988
|
-
Started GET "/logs/requests/4f61e48c340765fd1500000b" for 127.0.0.1 at 2012-03-15 14:24:03 +0100
|
989
|
-
MONGODB (0ms) http_log_development['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"localhost:3000", "HTTP_CONNECTION"=>"keep-alive", "HTTP_CACHE_CONTROL"=>"max-age=0", "HTTP_USER_AGENT"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "HTTP_ACCEPT"=>"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "HTTP_ACCEPT_ENCODING"=>"gzip,deflate,sdch", "HTTP_ACCEPT_LANGUAGE"=>"en-US,en;q=0.8", "HTTP_ACCEPT_CHARSET"=>"ISO-8859-1,utf-8;q=0.7,*;q=0.3", "HTTP_COOKIE"=>"_gauges_unique_month=1; _gauges_unique_year=1; _gauges_unique=1", "HTTP_IF_NONE_MATCH"=>"\"d1214af7ca6b2f9d742908d1677985f1\"", "HTTP_VERSION"=>"HTTP/1.1"}, "params"=>{}, "cookies"=>{"_gauges_unique_month"=>"1", "_gauges_unique_year"=>"1", "_gauges_unique"=>"1"}, "_id"=>BSON::ObjectId('4f61ed733407650214000002'), "http_method"=>"GET", "url"=>"http://localhost:3000/logs/requests/4f61e48c340765fd1500000b", "user_agent"=>"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11", "content_type"=>nil, "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-03-15 13:24:03 UTC, "created_at"=>2012-03-15 13:24:03 UTC}])
|
990
|
-
Processing by HttpLog::RequestsController#show as HTML
|
991
|
-
Parameters: {"id"=>"4f61e48c340765fd1500000b"}
|
992
|
-
HTTP Logger Request ID: 4f61ed733407650214000002
|
993
|
-
MONGODB (0ms) http_log_development['http_log_requests'].find({:_id=>BSON::ObjectId('4f61e48c340765fd1500000b')}).limit(-1).sort([[:_id, :asc]])
|
994
|
-
Rendered /Users/adam/threadedlabs/http_log/app/views/http_log/requests/show.html.erb within layouts/http_log/requests (1.1ms)
|
995
|
-
Completed 200 OK in 8ms (Views: 6.1ms)
|
996
|
-
|
997
|
-
|
998
|
-
Started GET "/assets/http_log.css?body=1" for 127.0.0.1 at 2012-03-15 14:24:03 +0100
|
999
|
-
Served asset /http_log.css - 304 Not Modified (0ms)
|
1000
|
-
|
1001
|
-
|
1002
|
-
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-15 14:24:03 +0100
|
1003
|
-
Served asset /jquery.js - 304 Not Modified (0ms)
|
1004
|
-
|
1005
|
-
|
1006
|
-
Started GET "/assets/http_log_bootstrap.css?body=1" for 127.0.0.1 at 2012-03-15 14:24:03 +0100
|
1007
|
-
Served asset /http_log_bootstrap.css - 304 Not Modified (0ms)
|
1008
|
-
|
1009
|
-
|
1010
|
-
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-15 14:24:03 +0100
|
1011
|
-
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
1012
|
-
|
1013
|
-
|
1014
|
-
Started GET "/assets/http_log_bootstrap.js?body=1" for 127.0.0.1 at 2012-03-15 14:24:03 +0100
|
1015
|
-
Served asset /http_log_bootstrap.js - 304 Not Modified (0ms)
|
1016
|
-
|
1017
|
-
|
1018
|
-
Started GET "/assets/http_log.js?body=1" for 127.0.0.1 at 2012-03-15 14:24:03 +0100
|
1019
|
-
Served asset /http_log.js - 304 Not Modified (0ms)
|
1020
|
-
MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
|
1021
|
-
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|