http_log 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/http_log/http_request.rb +4 -0
- data/lib/http_log/middleware.rb +4 -2
- data/lib/http_log/version.rb +1 -1
- data/test/dummy/log/test.log +1716 -0
- data/test/integration/logging_test.rb +8 -0
- data/test/test_helper.rb +2 -0
- metadata +16 -16
data/lib/http_log/middleware.rb
CHANGED
@@ -2,6 +2,8 @@ require 'pp'
|
|
2
2
|
|
3
3
|
module HttpLog
|
4
4
|
class Middleware
|
5
|
+
attr_accessor :request
|
6
|
+
|
5
7
|
def initialize(app)
|
6
8
|
@app = app
|
7
9
|
end
|
@@ -9,8 +11,8 @@ module HttpLog
|
|
9
11
|
def call(env)
|
10
12
|
@proxy = HttpRequest.new(env)
|
11
13
|
|
12
|
-
if passes_filters?
|
13
|
-
request =
|
14
|
+
if passes_filters? && !@proxy.multi_part?
|
15
|
+
request = HttpLog::Request.from_request(@proxy)
|
14
16
|
|
15
17
|
HttpLog.callbacks.each do |callback|
|
16
18
|
callback.call @proxy, request
|
data/lib/http_log/version.rb
CHANGED
data/test/dummy/log/test.log
CHANGED
@@ -6145,3 +6145,1719 @@ MONGODB (0ms) http_log_test['http_log_requests'].find({:_id=>BSON::ObjectId('4fa
|
|
6145
6145
|
Completed 200 OK in 11ms (Views: 0.7ms)
|
6146
6146
|
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6147
6147
|
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6148
|
+
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.
|
6149
|
+
MONGODB (23ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
6150
|
+
|
6151
|
+
|
6152
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:11:55 -0700
|
6153
|
+
Error compiling asset application.css:
|
6154
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6155
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6156
|
+
Served asset /application.css - 500 Internal Server Error
|
6157
|
+
|
6158
|
+
|
6159
|
+
MONGODB (21ms) http_log_test['system.namespaces'].find({})
|
6160
|
+
MONGODB (2ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6161
|
+
MONGODB (1ms) http_log_test['system.namespaces'].find({})
|
6162
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6163
|
+
|
6164
|
+
|
6165
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6166
|
+
Error compiling asset application.css:
|
6167
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6168
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6169
|
+
Served asset /application.css - 500 Internal Server Error
|
6170
|
+
|
6171
|
+
|
6172
|
+
MONGODB (1ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6173
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6174
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6175
|
+
|
6176
|
+
|
6177
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6178
|
+
Error compiling asset application.css:
|
6179
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6180
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6181
|
+
Served asset /application.css - 500 Internal Server Error
|
6182
|
+
|
6183
|
+
|
6184
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6185
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6186
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6187
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000001'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6188
|
+
|
6189
|
+
|
6190
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6191
|
+
Processing by EchoController#echo as HTML
|
6192
|
+
Parameters: {"echo"=>{"controller"=>"echo", "action"=>"echo"}}
|
6193
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000001
|
6194
|
+
Completed 200 OK in 0ms
|
6195
|
+
MONGODB (5ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6196
|
+
MONGODB (1ms) http_log_test['system.namespaces'].find({})
|
6197
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6198
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000002'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6199
|
+
|
6200
|
+
|
6201
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6202
|
+
Processing by EchoController#echo as HTML
|
6203
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000002
|
6204
|
+
Completed 200 OK in 0ms
|
6205
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6206
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6207
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6208
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6209
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6210
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_FOO"=>"bar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000003'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6211
|
+
|
6212
|
+
|
6213
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6214
|
+
Processing by EchoController#echo as HTML
|
6215
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000003
|
6216
|
+
Completed 200 OK in 0ms
|
6217
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6218
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6219
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6220
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"application/json", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000004'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6221
|
+
|
6222
|
+
|
6223
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6224
|
+
Processing by EchoController#echo as JSON
|
6225
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000004
|
6226
|
+
Completed 200 OK in 0ms
|
6227
|
+
MONGODB (11ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6228
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6229
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6230
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000005'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"{\"foo\": \"bar\"}", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6231
|
+
|
6232
|
+
|
6233
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6234
|
+
Processing by EchoController#echo as HTML
|
6235
|
+
Parameters: {"foo"=>"bar", "echo"=>{"foo"=>"bar", "controller"=>"echo", "action"=>"echo"}}
|
6236
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000005
|
6237
|
+
Completed 200 OK in 0ms
|
6238
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6239
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6240
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6241
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar", "baz"=>"quz"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000006'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6242
|
+
|
6243
|
+
|
6244
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6245
|
+
Processing by EchoController#echo as HTML
|
6246
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000006
|
6247
|
+
Completed 200 OK in 0ms
|
6248
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6249
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6250
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6251
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000007'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6252
|
+
|
6253
|
+
|
6254
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6255
|
+
Processing by EchoController#echo as HTML
|
6256
|
+
Parameters: {"foo"=>"bar"}
|
6257
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000007
|
6258
|
+
Completed 200 OK in 0ms
|
6259
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6260
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6261
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6262
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000008'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6263
|
+
|
6264
|
+
|
6265
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6266
|
+
Processing by EchoController#echo as HTML
|
6267
|
+
Parameters: {"foo"=>"bar"}
|
6268
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000008
|
6269
|
+
Completed 200 OK in 0ms
|
6270
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6271
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6272
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6273
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000009'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6274
|
+
|
6275
|
+
|
6276
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6277
|
+
Processing by EchoController#echo as HTML
|
6278
|
+
Parameters: {"foo"=>"bar"}
|
6279
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000009
|
6280
|
+
Completed 200 OK in 0ms
|
6281
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6282
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6283
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6284
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef00000a'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6285
|
+
|
6286
|
+
|
6287
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6288
|
+
Processing by EchoController#echo as HTML
|
6289
|
+
Parameters: {"foo"=>"bar"}
|
6290
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef00000a
|
6291
|
+
Completed 200 OK in 0ms
|
6292
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6293
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6294
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6295
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef00000b'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6296
|
+
|
6297
|
+
|
6298
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6299
|
+
Processing by EchoController#echo as HTML
|
6300
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef00000b
|
6301
|
+
Completed 200 OK in 0ms
|
6302
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6303
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6304
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6305
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef00000c'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6306
|
+
|
6307
|
+
|
6308
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6309
|
+
Processing by EchoController#echo as HTML
|
6310
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef00000c
|
6311
|
+
Completed 200 OK in 0ms
|
6312
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6313
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6314
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6315
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef00000d'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6316
|
+
|
6317
|
+
|
6318
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6319
|
+
Processing by EchoController#echo as HTML
|
6320
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef00000d
|
6321
|
+
Completed 200 OK in 0ms
|
6322
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6323
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6324
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6325
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef00000e'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6326
|
+
|
6327
|
+
|
6328
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6329
|
+
Processing by EchoController#echo as HTML
|
6330
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef00000e
|
6331
|
+
Completed 200 OK in 0ms
|
6332
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6333
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6334
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6335
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_USER_AGENT"=>"foobar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef00000f'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>"foobar", "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6336
|
+
|
6337
|
+
|
6338
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6339
|
+
Processing by EchoController#echo as HTML
|
6340
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef00000f
|
6341
|
+
Completed 200 OK in 0ms
|
6342
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6343
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6344
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6345
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000010'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/xml", "raw_post"=>"<?xml ?><foo>bar</foo>", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6346
|
+
|
6347
|
+
|
6348
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6349
|
+
Processing by EchoController#echo as HTML
|
6350
|
+
Parameters: {"foo"=>"bar"}
|
6351
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000010
|
6352
|
+
Completed 200 OK in 0ms
|
6353
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6354
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6355
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6356
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6357
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6358
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000011'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6359
|
+
|
6360
|
+
|
6361
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6362
|
+
Processing by EchoController#echo as HTML
|
6363
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000011
|
6364
|
+
Completed 200 OK in 0ms
|
6365
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6366
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6367
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6368
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000012'), "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6369
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"format"=>"json"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a03c340765a5ef000013'), "http_method"=>"GET", "url"=>"http://www.example.com/logs/requests/4fa2a03c340765a5ef000012?format=json", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:11:56 UTC, "created_at"=>2012-05-03 15:11:56 UTC}])
|
6370
|
+
|
6371
|
+
|
6372
|
+
Started GET "/logs/requests/4fa2a03c340765a5ef000012?format=json" for 127.0.0.1 at 2012-05-03 08:11:56 -0700
|
6373
|
+
Processing by HttpLog::RequestsController#show as JSON
|
6374
|
+
Parameters: {"id"=>"4fa2a03c340765a5ef000012"}
|
6375
|
+
HTTP Logger Request ID: 4fa2a03c340765a5ef000013
|
6376
|
+
MONGODB (1ms) http_log_test['http_log_requests'].find({:_id=>BSON::ObjectId('4fa2a03c340765a5ef000012')}).limit(-1).sort([[:_id, :asc]])
|
6377
|
+
Completed 200 OK in 12ms (Views: 0.6ms)
|
6378
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6379
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6380
|
+
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.
|
6381
|
+
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
6382
|
+
|
6383
|
+
|
6384
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6385
|
+
Error compiling asset application.css:
|
6386
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6387
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6388
|
+
Served asset /application.css - 500 Internal Server Error
|
6389
|
+
|
6390
|
+
|
6391
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6392
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6393
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6394
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6395
|
+
|
6396
|
+
|
6397
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6398
|
+
Error compiling asset application.css:
|
6399
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6400
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6401
|
+
Served asset /application.css - 500 Internal Server Error
|
6402
|
+
|
6403
|
+
|
6404
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6405
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6406
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6407
|
+
|
6408
|
+
|
6409
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6410
|
+
Error compiling asset application.css:
|
6411
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6412
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6413
|
+
Served asset /application.css - 500 Internal Server Error
|
6414
|
+
|
6415
|
+
|
6416
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6417
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6418
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6419
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000001'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6420
|
+
|
6421
|
+
|
6422
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6423
|
+
Processing by EchoController#echo as HTML
|
6424
|
+
Parameters: {"echo"=>{"controller"=>"echo", "action"=>"echo"}}
|
6425
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000001
|
6426
|
+
Completed 200 OK in 0ms
|
6427
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6428
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6429
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6430
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000002'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6431
|
+
|
6432
|
+
|
6433
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6434
|
+
Processing by EchoController#echo as HTML
|
6435
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000002
|
6436
|
+
Completed 200 OK in 0ms
|
6437
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6438
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6439
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6440
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6441
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6442
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_FOO"=>"bar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000003'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6443
|
+
|
6444
|
+
|
6445
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6446
|
+
Processing by EchoController#echo as HTML
|
6447
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000003
|
6448
|
+
Completed 200 OK in 0ms
|
6449
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6450
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6451
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6452
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"application/json", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000004'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6453
|
+
|
6454
|
+
|
6455
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6456
|
+
Processing by EchoController#echo as JSON
|
6457
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000004
|
6458
|
+
Completed 200 OK in 0ms
|
6459
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6460
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6461
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6462
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000005'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"{\"foo\": \"bar\"}", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6463
|
+
|
6464
|
+
|
6465
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6466
|
+
Processing by EchoController#echo as HTML
|
6467
|
+
Parameters: {"foo"=>"bar", "echo"=>{"foo"=>"bar", "controller"=>"echo", "action"=>"echo"}}
|
6468
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000005
|
6469
|
+
Completed 200 OK in 0ms
|
6470
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6471
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6472
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6473
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar", "baz"=>"quz"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000006'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6474
|
+
|
6475
|
+
|
6476
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6477
|
+
Processing by EchoController#echo as HTML
|
6478
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000006
|
6479
|
+
Completed 200 OK in 0ms
|
6480
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6481
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6482
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6483
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000007'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6484
|
+
|
6485
|
+
|
6486
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6487
|
+
Processing by EchoController#echo as HTML
|
6488
|
+
Parameters: {"foo"=>"bar"}
|
6489
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000007
|
6490
|
+
Completed 200 OK in 0ms
|
6491
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6492
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6493
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6494
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000008'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6495
|
+
|
6496
|
+
|
6497
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6498
|
+
Processing by EchoController#echo as HTML
|
6499
|
+
Parameters: {"foo"=>"bar"}
|
6500
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000008
|
6501
|
+
Completed 200 OK in 0ms
|
6502
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6503
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6504
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6505
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000009'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6506
|
+
|
6507
|
+
|
6508
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6509
|
+
Processing by EchoController#echo as HTML
|
6510
|
+
Parameters: {"foo"=>"bar"}
|
6511
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000009
|
6512
|
+
Completed 200 OK in 0ms
|
6513
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6514
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6515
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6516
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f00000a'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6517
|
+
|
6518
|
+
|
6519
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6520
|
+
Processing by EchoController#echo as HTML
|
6521
|
+
Parameters: {"foo"=>"bar"}
|
6522
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f00000a
|
6523
|
+
Completed 200 OK in 0ms
|
6524
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6525
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6526
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6527
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f00000b'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6528
|
+
|
6529
|
+
|
6530
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6531
|
+
Processing by EchoController#echo as HTML
|
6532
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f00000b
|
6533
|
+
Completed 200 OK in 0ms
|
6534
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6535
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6536
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6537
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f00000c'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6538
|
+
|
6539
|
+
|
6540
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6541
|
+
Processing by EchoController#echo as HTML
|
6542
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f00000c
|
6543
|
+
Completed 200 OK in 0ms
|
6544
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6545
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6546
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6547
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f00000d'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6548
|
+
|
6549
|
+
|
6550
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6551
|
+
Processing by EchoController#echo as HTML
|
6552
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f00000d
|
6553
|
+
Completed 200 OK in 0ms
|
6554
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6555
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6556
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6557
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f00000e'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6558
|
+
|
6559
|
+
|
6560
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6561
|
+
Processing by EchoController#echo as HTML
|
6562
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f00000e
|
6563
|
+
Completed 200 OK in 0ms
|
6564
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6565
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6566
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6567
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_USER_AGENT"=>"foobar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f00000f'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>"foobar", "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6568
|
+
|
6569
|
+
|
6570
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6571
|
+
Processing by EchoController#echo as HTML
|
6572
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f00000f
|
6573
|
+
Completed 200 OK in 0ms
|
6574
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6575
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6576
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6577
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000010'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/xml", "raw_post"=>"<?xml ?><foo>bar</foo>", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6578
|
+
|
6579
|
+
|
6580
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6581
|
+
Processing by EchoController#echo as HTML
|
6582
|
+
Parameters: {"foo"=>"bar"}
|
6583
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000010
|
6584
|
+
Completed 200 OK in 0ms
|
6585
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6586
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6587
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6588
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6589
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6590
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000011'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6591
|
+
|
6592
|
+
|
6593
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6594
|
+
Processing by EchoController#echo as HTML
|
6595
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000011
|
6596
|
+
Completed 200 OK in 0ms
|
6597
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6598
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6599
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6600
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000012'), "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6601
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"format"=>"json"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a04f340765a60f000013'), "http_method"=>"GET", "url"=>"http://www.example.com/logs/requests/4fa2a04f340765a60f000012?format=json", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:15 UTC, "created_at"=>2012-05-03 15:12:15 UTC}])
|
6602
|
+
|
6603
|
+
|
6604
|
+
Started GET "/logs/requests/4fa2a04f340765a60f000012?format=json" for 127.0.0.1 at 2012-05-03 08:12:15 -0700
|
6605
|
+
Processing by HttpLog::RequestsController#show as JSON
|
6606
|
+
Parameters: {"id"=>"4fa2a04f340765a60f000012"}
|
6607
|
+
HTTP Logger Request ID: 4fa2a04f340765a60f000013
|
6608
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({:_id=>BSON::ObjectId('4fa2a04f340765a60f000012')}).limit(-1).sort([[:_id, :asc]])
|
6609
|
+
Completed 200 OK in 8ms (Views: 0.6ms)
|
6610
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6611
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6612
|
+
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.
|
6613
|
+
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
6614
|
+
|
6615
|
+
|
6616
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6617
|
+
Error compiling asset application.css:
|
6618
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6619
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6620
|
+
Served asset /application.css - 500 Internal Server Error
|
6621
|
+
|
6622
|
+
|
6623
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6624
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6625
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6626
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6627
|
+
|
6628
|
+
|
6629
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6630
|
+
Error compiling asset application.css:
|
6631
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6632
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6633
|
+
Served asset /application.css - 500 Internal Server Error
|
6634
|
+
|
6635
|
+
|
6636
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6637
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6638
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6639
|
+
|
6640
|
+
|
6641
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6642
|
+
Error compiling asset application.css:
|
6643
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6644
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6645
|
+
Served asset /application.css - 500 Internal Server Error
|
6646
|
+
|
6647
|
+
|
6648
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6649
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6650
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6651
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000001'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6652
|
+
|
6653
|
+
|
6654
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6655
|
+
Processing by EchoController#echo as HTML
|
6656
|
+
Parameters: {"echo"=>{"controller"=>"echo", "action"=>"echo"}}
|
6657
|
+
HTTP Logger Request ID: 4fa2a066340765a630000001
|
6658
|
+
Completed 200 OK in 0ms
|
6659
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6660
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6661
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6662
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000002'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6663
|
+
|
6664
|
+
|
6665
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6666
|
+
Processing by EchoController#echo as HTML
|
6667
|
+
HTTP Logger Request ID: 4fa2a066340765a630000002
|
6668
|
+
Completed 200 OK in 0ms
|
6669
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6670
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6671
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6672
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6673
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6674
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_FOO"=>"bar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000004'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6675
|
+
|
6676
|
+
|
6677
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6678
|
+
Processing by EchoController#echo as HTML
|
6679
|
+
HTTP Logger Request ID: 4fa2a066340765a630000004
|
6680
|
+
Completed 200 OK in 0ms
|
6681
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6682
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6683
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6684
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"application/json", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000005'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6685
|
+
|
6686
|
+
|
6687
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6688
|
+
Processing by EchoController#echo as JSON
|
6689
|
+
HTTP Logger Request ID: 4fa2a066340765a630000005
|
6690
|
+
Completed 200 OK in 0ms
|
6691
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6692
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6693
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6694
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000006'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"{\"foo\": \"bar\"}", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6695
|
+
|
6696
|
+
|
6697
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6698
|
+
Processing by EchoController#echo as HTML
|
6699
|
+
Parameters: {"foo"=>"bar", "echo"=>{"foo"=>"bar", "controller"=>"echo", "action"=>"echo"}}
|
6700
|
+
HTTP Logger Request ID: 4fa2a066340765a630000006
|
6701
|
+
Completed 200 OK in 0ms
|
6702
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6703
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6704
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6705
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar", "baz"=>"quz"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000007'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6706
|
+
|
6707
|
+
|
6708
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6709
|
+
Processing by EchoController#echo as HTML
|
6710
|
+
HTTP Logger Request ID: 4fa2a066340765a630000007
|
6711
|
+
Completed 200 OK in 0ms
|
6712
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6713
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6714
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6715
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000008'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6716
|
+
|
6717
|
+
|
6718
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6719
|
+
Processing by EchoController#echo as HTML
|
6720
|
+
Parameters: {"foo"=>"bar"}
|
6721
|
+
HTTP Logger Request ID: 4fa2a066340765a630000008
|
6722
|
+
Completed 200 OK in 0ms
|
6723
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6724
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6725
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6726
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000009'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6727
|
+
|
6728
|
+
|
6729
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6730
|
+
Processing by EchoController#echo as HTML
|
6731
|
+
Parameters: {"foo"=>"bar"}
|
6732
|
+
HTTP Logger Request ID: 4fa2a066340765a630000009
|
6733
|
+
Completed 200 OK in 0ms
|
6734
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6735
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6736
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6737
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a63000000a'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6738
|
+
|
6739
|
+
|
6740
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6741
|
+
Processing by EchoController#echo as HTML
|
6742
|
+
Parameters: {"foo"=>"bar"}
|
6743
|
+
HTTP Logger Request ID: 4fa2a066340765a63000000a
|
6744
|
+
Completed 200 OK in 0ms
|
6745
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6746
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6747
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6748
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a63000000b'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6749
|
+
|
6750
|
+
|
6751
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6752
|
+
Processing by EchoController#echo as HTML
|
6753
|
+
Parameters: {"foo"=>"bar"}
|
6754
|
+
HTTP Logger Request ID: 4fa2a066340765a63000000b
|
6755
|
+
Completed 200 OK in 0ms
|
6756
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6757
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6758
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6759
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a63000000c'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6760
|
+
|
6761
|
+
|
6762
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6763
|
+
Processing by EchoController#echo as HTML
|
6764
|
+
HTTP Logger Request ID: 4fa2a066340765a63000000c
|
6765
|
+
Completed 200 OK in 0ms
|
6766
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6767
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6768
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6769
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a63000000d'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6770
|
+
|
6771
|
+
|
6772
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6773
|
+
Processing by EchoController#echo as HTML
|
6774
|
+
HTTP Logger Request ID: 4fa2a066340765a63000000d
|
6775
|
+
Completed 200 OK in 0ms
|
6776
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6777
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6778
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6779
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a63000000e'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6780
|
+
|
6781
|
+
|
6782
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6783
|
+
Processing by EchoController#echo as HTML
|
6784
|
+
HTTP Logger Request ID: 4fa2a066340765a63000000e
|
6785
|
+
Completed 200 OK in 0ms
|
6786
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6787
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6788
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6789
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a63000000f'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6790
|
+
|
6791
|
+
|
6792
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6793
|
+
Processing by EchoController#echo as HTML
|
6794
|
+
HTTP Logger Request ID: 4fa2a066340765a63000000f
|
6795
|
+
Completed 200 OK in 0ms
|
6796
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6797
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6798
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6799
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_USER_AGENT"=>"foobar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000010'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>"foobar", "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6800
|
+
|
6801
|
+
|
6802
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6803
|
+
Processing by EchoController#echo as HTML
|
6804
|
+
HTTP Logger Request ID: 4fa2a066340765a630000010
|
6805
|
+
Completed 200 OK in 0ms
|
6806
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6807
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6808
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6809
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000011'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/xml", "raw_post"=>"<?xml ?><foo>bar</foo>", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6810
|
+
|
6811
|
+
|
6812
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6813
|
+
Processing by EchoController#echo as HTML
|
6814
|
+
Parameters: {"foo"=>"bar"}
|
6815
|
+
HTTP Logger Request ID: 4fa2a066340765a630000011
|
6816
|
+
Completed 200 OK in 0ms
|
6817
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6818
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6819
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6820
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6821
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6822
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000012'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6823
|
+
|
6824
|
+
|
6825
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6826
|
+
Processing by EchoController#echo as HTML
|
6827
|
+
HTTP Logger Request ID: 4fa2a066340765a630000012
|
6828
|
+
Completed 200 OK in 0ms
|
6829
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6830
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6831
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6832
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000013'), "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6833
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"format"=>"json"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a066340765a630000014'), "http_method"=>"GET", "url"=>"http://www.example.com/logs/requests/4fa2a066340765a630000013?format=json", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:12:38 UTC, "created_at"=>2012-05-03 15:12:38 UTC}])
|
6834
|
+
|
6835
|
+
|
6836
|
+
Started GET "/logs/requests/4fa2a066340765a630000013?format=json" for 127.0.0.1 at 2012-05-03 08:12:38 -0700
|
6837
|
+
Processing by HttpLog::RequestsController#show as JSON
|
6838
|
+
Parameters: {"id"=>"4fa2a066340765a630000013"}
|
6839
|
+
HTTP Logger Request ID: 4fa2a066340765a630000014
|
6840
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({:_id=>BSON::ObjectId('4fa2a066340765a630000013')}).limit(-1).sort([[:_id, :asc]])
|
6841
|
+
Completed 200 OK in 7ms (Views: 0.6ms)
|
6842
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6843
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6844
|
+
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.
|
6845
|
+
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
6846
|
+
|
6847
|
+
|
6848
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:15:17 -0700
|
6849
|
+
Error compiling asset application.css:
|
6850
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6851
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6852
|
+
Served asset /application.css - 500 Internal Server Error
|
6853
|
+
|
6854
|
+
|
6855
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6856
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6857
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6858
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6859
|
+
|
6860
|
+
|
6861
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:15:17 -0700
|
6862
|
+
Error compiling asset application.css:
|
6863
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6864
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6865
|
+
Served asset /application.css - 500 Internal Server Error
|
6866
|
+
|
6867
|
+
|
6868
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6869
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6870
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6871
|
+
|
6872
|
+
|
6873
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:15:17 -0700
|
6874
|
+
Error compiling asset application.css:
|
6875
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6876
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6877
|
+
Served asset /application.css - 500 Internal Server Error
|
6878
|
+
|
6879
|
+
|
6880
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6881
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6882
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6883
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6884
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6885
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6886
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6887
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6888
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6889
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6890
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6891
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6892
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6893
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6894
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6895
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6896
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6897
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6898
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6899
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6900
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6901
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6902
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6903
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6904
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6905
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6906
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6907
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6908
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6909
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6910
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6911
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6912
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6913
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6914
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6915
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6916
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6917
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6918
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6919
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6920
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6921
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a105340765a66a000001'), "updated_at"=>2012-05-03 15:15:17 UTC, "created_at"=>2012-05-03 15:15:17 UTC}])
|
6922
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6923
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6924
|
+
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.
|
6925
|
+
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
6926
|
+
|
6927
|
+
|
6928
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
6929
|
+
Error compiling asset application.css:
|
6930
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6931
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6932
|
+
Served asset /application.css - 500 Internal Server Error
|
6933
|
+
|
6934
|
+
|
6935
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6936
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6937
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6938
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6939
|
+
|
6940
|
+
|
6941
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
6942
|
+
Error compiling asset application.css:
|
6943
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6944
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6945
|
+
Served asset /application.css - 500 Internal Server Error
|
6946
|
+
|
6947
|
+
|
6948
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6949
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6950
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6951
|
+
|
6952
|
+
|
6953
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
6954
|
+
Error compiling asset application.css:
|
6955
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
6956
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
6957
|
+
Served asset /application.css - 500 Internal Server Error
|
6958
|
+
|
6959
|
+
|
6960
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
6961
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6962
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6963
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a695000001'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
6964
|
+
|
6965
|
+
|
6966
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
6967
|
+
Processing by EchoController#echo as HTML
|
6968
|
+
Parameters: {"echo"=>{"controller"=>"echo", "action"=>"echo"}}
|
6969
|
+
HTTP Logger Request ID: 4fa2a118340765a695000001
|
6970
|
+
Completed 200 OK in 0ms
|
6971
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6972
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6973
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6974
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a695000002'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
6975
|
+
|
6976
|
+
|
6977
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
6978
|
+
Processing by EchoController#echo as HTML
|
6979
|
+
HTTP Logger Request ID: 4fa2a118340765a695000002
|
6980
|
+
Completed 200 OK in 0ms
|
6981
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6982
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6983
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6984
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6985
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6986
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_FOO"=>"bar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a695000004'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
6987
|
+
|
6988
|
+
|
6989
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
6990
|
+
Processing by EchoController#echo as HTML
|
6991
|
+
HTTP Logger Request ID: 4fa2a118340765a695000004
|
6992
|
+
Completed 200 OK in 0ms
|
6993
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
6994
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
6995
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
6996
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"application/json", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a695000005'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
6997
|
+
|
6998
|
+
|
6999
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7000
|
+
Processing by EchoController#echo as JSON
|
7001
|
+
HTTP Logger Request ID: 4fa2a118340765a695000005
|
7002
|
+
Completed 200 OK in 0ms
|
7003
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7004
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7005
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7006
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a695000006'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"{\"foo\": \"bar\"}", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7007
|
+
|
7008
|
+
|
7009
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7010
|
+
Processing by EchoController#echo as HTML
|
7011
|
+
Parameters: {"foo"=>"bar", "echo"=>{"foo"=>"bar", "controller"=>"echo", "action"=>"echo"}}
|
7012
|
+
HTTP Logger Request ID: 4fa2a118340765a695000006
|
7013
|
+
Completed 200 OK in 0ms
|
7014
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7015
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7016
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7017
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar", "baz"=>"quz"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a695000007'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7018
|
+
|
7019
|
+
|
7020
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7021
|
+
Processing by EchoController#echo as HTML
|
7022
|
+
HTTP Logger Request ID: 4fa2a118340765a695000007
|
7023
|
+
Completed 200 OK in 0ms
|
7024
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7025
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7026
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7027
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a695000008'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7028
|
+
|
7029
|
+
|
7030
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7031
|
+
Processing by EchoController#echo as HTML
|
7032
|
+
Parameters: {"foo"=>"bar"}
|
7033
|
+
HTTP Logger Request ID: 4fa2a118340765a695000008
|
7034
|
+
Completed 200 OK in 0ms
|
7035
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7036
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7037
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7038
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a695000009'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7039
|
+
|
7040
|
+
|
7041
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7042
|
+
Processing by EchoController#echo as HTML
|
7043
|
+
Parameters: {"foo"=>"bar"}
|
7044
|
+
HTTP Logger Request ID: 4fa2a118340765a695000009
|
7045
|
+
Completed 200 OK in 0ms
|
7046
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7047
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7048
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7049
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a69500000a'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7050
|
+
|
7051
|
+
|
7052
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7053
|
+
Processing by EchoController#echo as HTML
|
7054
|
+
Parameters: {"foo"=>"bar"}
|
7055
|
+
HTTP Logger Request ID: 4fa2a118340765a69500000a
|
7056
|
+
Completed 200 OK in 0ms
|
7057
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7058
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7059
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7060
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a69500000b'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7061
|
+
|
7062
|
+
|
7063
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7064
|
+
Processing by EchoController#echo as HTML
|
7065
|
+
Parameters: {"foo"=>"bar"}
|
7066
|
+
HTTP Logger Request ID: 4fa2a118340765a69500000b
|
7067
|
+
Completed 200 OK in 0ms
|
7068
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7069
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7070
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7071
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a69500000c'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7072
|
+
|
7073
|
+
|
7074
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7075
|
+
Processing by EchoController#echo as HTML
|
7076
|
+
HTTP Logger Request ID: 4fa2a118340765a69500000c
|
7077
|
+
Completed 200 OK in 0ms
|
7078
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7079
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7080
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7081
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a69500000d'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7082
|
+
|
7083
|
+
|
7084
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7085
|
+
Processing by EchoController#echo as HTML
|
7086
|
+
HTTP Logger Request ID: 4fa2a118340765a69500000d
|
7087
|
+
Completed 200 OK in 0ms
|
7088
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7089
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7090
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7091
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a69500000e'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7092
|
+
|
7093
|
+
|
7094
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7095
|
+
Processing by EchoController#echo as HTML
|
7096
|
+
HTTP Logger Request ID: 4fa2a118340765a69500000e
|
7097
|
+
Completed 200 OK in 0ms
|
7098
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7099
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7100
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7101
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a69500000f'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7102
|
+
|
7103
|
+
|
7104
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7105
|
+
Processing by EchoController#echo as HTML
|
7106
|
+
HTTP Logger Request ID: 4fa2a118340765a69500000f
|
7107
|
+
Completed 200 OK in 0ms
|
7108
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7109
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7110
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7111
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_USER_AGENT"=>"foobar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a695000010'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>"foobar", "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7112
|
+
|
7113
|
+
|
7114
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7115
|
+
Processing by EchoController#echo as HTML
|
7116
|
+
HTTP Logger Request ID: 4fa2a118340765a695000010
|
7117
|
+
Completed 200 OK in 0ms
|
7118
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7119
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7120
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7121
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a695000011'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/xml", "raw_post"=>"<?xml ?><foo>bar</foo>", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7122
|
+
|
7123
|
+
|
7124
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:36 -0700
|
7125
|
+
Processing by EchoController#echo as HTML
|
7126
|
+
Parameters: {"foo"=>"bar"}
|
7127
|
+
HTTP Logger Request ID: 4fa2a118340765a695000011
|
7128
|
+
Completed 200 OK in 0ms
|
7129
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7130
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7131
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7132
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7133
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7134
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a118340765a695000012'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:36 UTC, "created_at"=>2012-05-03 15:15:36 UTC}])
|
7135
|
+
|
7136
|
+
|
7137
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:37 -0700
|
7138
|
+
Processing by EchoController#echo as HTML
|
7139
|
+
HTTP Logger Request ID: 4fa2a118340765a695000012
|
7140
|
+
Completed 200 OK in 0ms
|
7141
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7142
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7143
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7144
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a119340765a695000013'), "updated_at"=>2012-05-03 15:15:37 UTC, "created_at"=>2012-05-03 15:15:37 UTC}])
|
7145
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"format"=>"json"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a119340765a695000014'), "http_method"=>"GET", "url"=>"http://www.example.com/logs/requests/4fa2a119340765a695000013?format=json", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:37 UTC, "created_at"=>2012-05-03 15:15:37 UTC}])
|
7146
|
+
|
7147
|
+
|
7148
|
+
Started GET "/logs/requests/4fa2a119340765a695000013?format=json" for 127.0.0.1 at 2012-05-03 08:15:37 -0700
|
7149
|
+
Processing by HttpLog::RequestsController#show as JSON
|
7150
|
+
Parameters: {"id"=>"4fa2a119340765a695000013"}
|
7151
|
+
HTTP Logger Request ID: 4fa2a119340765a695000014
|
7152
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({:_id=>BSON::ObjectId('4fa2a119340765a695000013')}).limit(-1).sort([[:_id, :asc]])
|
7153
|
+
Completed 200 OK in 7ms (Views: 0.6ms)
|
7154
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7155
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7156
|
+
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.
|
7157
|
+
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
7158
|
+
|
7159
|
+
|
7160
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:15:49 -0700
|
7161
|
+
Error compiling asset application.css:
|
7162
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
7163
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
7164
|
+
Served asset /application.css - 500 Internal Server Error
|
7165
|
+
|
7166
|
+
|
7167
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7168
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7169
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7170
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7171
|
+
|
7172
|
+
|
7173
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:15:49 -0700
|
7174
|
+
Error compiling asset application.css:
|
7175
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
7176
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
7177
|
+
Served asset /application.css - 500 Internal Server Error
|
7178
|
+
|
7179
|
+
|
7180
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7181
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7182
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7183
|
+
|
7184
|
+
|
7185
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:15:49 -0700
|
7186
|
+
Error compiling asset application.css:
|
7187
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
7188
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
7189
|
+
Served asset /application.css - 500 Internal Server Error
|
7190
|
+
|
7191
|
+
|
7192
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7193
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7194
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7195
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a125340765a6b5000001'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:49 UTC, "created_at"=>2012-05-03 15:15:49 UTC}])
|
7196
|
+
|
7197
|
+
|
7198
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:49 -0700
|
7199
|
+
Processing by EchoController#echo as HTML
|
7200
|
+
Parameters: {"echo"=>{"controller"=>"echo", "action"=>"echo"}}
|
7201
|
+
HTTP Logger Request ID: 4fa2a125340765a6b5000001
|
7202
|
+
Completed 200 OK in 0ms
|
7203
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7204
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7205
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7206
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000002'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7207
|
+
|
7208
|
+
|
7209
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7210
|
+
Processing by EchoController#echo as HTML
|
7211
|
+
HTTP Logger Request ID: 4fa2a126340765a6b5000002
|
7212
|
+
Completed 200 OK in 0ms
|
7213
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7214
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7215
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7216
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7217
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7218
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_FOO"=>"bar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000004'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7219
|
+
|
7220
|
+
|
7221
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7222
|
+
Processing by EchoController#echo as HTML
|
7223
|
+
HTTP Logger Request ID: 4fa2a126340765a6b5000004
|
7224
|
+
Completed 200 OK in 0ms
|
7225
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7226
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7227
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7228
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"application/json", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000005'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7229
|
+
|
7230
|
+
|
7231
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7232
|
+
Processing by EchoController#echo as JSON
|
7233
|
+
HTTP Logger Request ID: 4fa2a126340765a6b5000005
|
7234
|
+
Completed 200 OK in 0ms
|
7235
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7236
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7237
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7238
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000006'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"{\"foo\": \"bar\"}", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7239
|
+
|
7240
|
+
|
7241
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7242
|
+
Processing by EchoController#echo as HTML
|
7243
|
+
Parameters: {"foo"=>"bar", "echo"=>{"foo"=>"bar", "controller"=>"echo", "action"=>"echo"}}
|
7244
|
+
HTTP Logger Request ID: 4fa2a126340765a6b5000006
|
7245
|
+
Completed 200 OK in 0ms
|
7246
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7247
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7248
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7249
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar", "baz"=>"quz"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000007'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7250
|
+
|
7251
|
+
|
7252
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7253
|
+
Processing by EchoController#echo as HTML
|
7254
|
+
HTTP Logger Request ID: 4fa2a126340765a6b5000007
|
7255
|
+
Completed 200 OK in 0ms
|
7256
|
+
MONGODB (13ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7257
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7258
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7259
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000008'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7260
|
+
|
7261
|
+
|
7262
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7263
|
+
Processing by EchoController#echo as HTML
|
7264
|
+
Parameters: {"foo"=>"bar"}
|
7265
|
+
HTTP Logger Request ID: 4fa2a126340765a6b5000008
|
7266
|
+
Completed 200 OK in 0ms
|
7267
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7268
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7269
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7270
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000009'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7271
|
+
|
7272
|
+
|
7273
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7274
|
+
Processing by EchoController#echo as HTML
|
7275
|
+
Parameters: {"foo"=>"bar"}
|
7276
|
+
HTTP Logger Request ID: 4fa2a126340765a6b5000009
|
7277
|
+
Completed 200 OK in 0ms
|
7278
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7279
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7280
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7281
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b500000a'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7282
|
+
|
7283
|
+
|
7284
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7285
|
+
Processing by EchoController#echo as HTML
|
7286
|
+
Parameters: {"foo"=>"bar"}
|
7287
|
+
HTTP Logger Request ID: 4fa2a126340765a6b500000a
|
7288
|
+
Completed 200 OK in 0ms
|
7289
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7290
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7291
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7292
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b500000b'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7293
|
+
|
7294
|
+
|
7295
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7296
|
+
Processing by EchoController#echo as HTML
|
7297
|
+
Parameters: {"foo"=>"bar"}
|
7298
|
+
HTTP Logger Request ID: 4fa2a126340765a6b500000b
|
7299
|
+
Completed 200 OK in 0ms
|
7300
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7301
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7302
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7303
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b500000c'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7304
|
+
|
7305
|
+
|
7306
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7307
|
+
Processing by EchoController#echo as HTML
|
7308
|
+
HTTP Logger Request ID: 4fa2a126340765a6b500000c
|
7309
|
+
Completed 200 OK in 0ms
|
7310
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7311
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7312
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7313
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b500000d'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7314
|
+
|
7315
|
+
|
7316
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7317
|
+
Processing by EchoController#echo as HTML
|
7318
|
+
HTTP Logger Request ID: 4fa2a126340765a6b500000d
|
7319
|
+
Completed 200 OK in 0ms
|
7320
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7321
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7322
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7323
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b500000e'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7324
|
+
|
7325
|
+
|
7326
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7327
|
+
Processing by EchoController#echo as HTML
|
7328
|
+
HTTP Logger Request ID: 4fa2a126340765a6b500000e
|
7329
|
+
Completed 200 OK in 0ms
|
7330
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7331
|
+
MONGODB (1ms) http_log_test['system.namespaces'].find({})
|
7332
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7333
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b500000f'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7334
|
+
|
7335
|
+
|
7336
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7337
|
+
Processing by EchoController#echo as HTML
|
7338
|
+
HTTP Logger Request ID: 4fa2a126340765a6b500000f
|
7339
|
+
Completed 200 OK in 0ms
|
7340
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7341
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7342
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7343
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_USER_AGENT"=>"foobar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000010'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>"foobar", "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7344
|
+
|
7345
|
+
|
7346
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7347
|
+
Processing by EchoController#echo as HTML
|
7348
|
+
HTTP Logger Request ID: 4fa2a126340765a6b5000010
|
7349
|
+
Completed 200 OK in 0ms
|
7350
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7351
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7352
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7353
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000011'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/xml", "raw_post"=>"<?xml ?><foo>bar</foo>", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7354
|
+
|
7355
|
+
|
7356
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7357
|
+
Processing by EchoController#echo as HTML
|
7358
|
+
Parameters: {"foo"=>"bar"}
|
7359
|
+
HTTP Logger Request ID: 4fa2a126340765a6b5000011
|
7360
|
+
Completed 200 OK in 0ms
|
7361
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7362
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7363
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7364
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7365
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7366
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000012'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7367
|
+
|
7368
|
+
|
7369
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7370
|
+
Processing by EchoController#echo as HTML
|
7371
|
+
HTTP Logger Request ID: 4fa2a126340765a6b5000012
|
7372
|
+
Completed 200 OK in 0ms
|
7373
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7374
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7375
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7376
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000013'), "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7377
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"format"=>"json"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a126340765a6b5000014'), "http_method"=>"GET", "url"=>"http://www.example.com/logs/requests/4fa2a126340765a6b5000013?format=json", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:15:50 UTC, "created_at"=>2012-05-03 15:15:50 UTC}])
|
7378
|
+
|
7379
|
+
|
7380
|
+
Started GET "/logs/requests/4fa2a126340765a6b5000013?format=json" for 127.0.0.1 at 2012-05-03 08:15:50 -0700
|
7381
|
+
Processing by HttpLog::RequestsController#show as JSON
|
7382
|
+
Parameters: {"id"=>"4fa2a126340765a6b5000013"}
|
7383
|
+
HTTP Logger Request ID: 4fa2a126340765a6b5000014
|
7384
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({:_id=>BSON::ObjectId('4fa2a126340765a6b5000013')}).limit(-1).sort([[:_id, :asc]])
|
7385
|
+
Completed 200 OK in 8ms (Views: 0.9ms)
|
7386
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7387
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7388
|
+
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.
|
7389
|
+
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
7390
|
+
|
7391
|
+
|
7392
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7393
|
+
Error compiling asset application.css:
|
7394
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
7395
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
7396
|
+
Served asset /application.css - 500 Internal Server Error
|
7397
|
+
|
7398
|
+
|
7399
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7400
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7401
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7402
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7403
|
+
|
7404
|
+
|
7405
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7406
|
+
Error compiling asset application.css:
|
7407
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
7408
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
7409
|
+
Served asset /application.css - 500 Internal Server Error
|
7410
|
+
|
7411
|
+
|
7412
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7413
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7414
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7415
|
+
|
7416
|
+
|
7417
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7418
|
+
Error compiling asset application.css:
|
7419
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
7420
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
7421
|
+
Served asset /application.css - 500 Internal Server Error
|
7422
|
+
|
7423
|
+
|
7424
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7425
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7426
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7427
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000001'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7428
|
+
|
7429
|
+
|
7430
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7431
|
+
Processing by EchoController#echo as HTML
|
7432
|
+
Parameters: {"echo"=>{"controller"=>"echo", "action"=>"echo"}}
|
7433
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000001
|
7434
|
+
Completed 200 OK in 0ms
|
7435
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7436
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7437
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7438
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000002'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7439
|
+
|
7440
|
+
|
7441
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7442
|
+
Processing by EchoController#echo as HTML
|
7443
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000002
|
7444
|
+
Completed 200 OK in 0ms
|
7445
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7446
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7447
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7448
|
+
|
7449
|
+
|
7450
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7451
|
+
Processing by EchoController#echo as HTML
|
7452
|
+
Parameters: {"file"=>#<ActionDispatch::Http::UploadedFile:0x007fbc228e10a8 @original_filename="config.ru", @content_type="application/ruby", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"config.ru\"\r\nContent-Type: application/ruby\r\nContent-Length: 155\r\n", @tempfile=#<File:/var/folders/ys/f0w9qtz93yj8d5b7nc3frm0r0000gp/T/RackMultipart20120503-42708-qn2o44>>}
|
7453
|
+
Completed 200 OK in 0ms
|
7454
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7455
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7456
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_FOO"=>"bar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000003'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7457
|
+
|
7458
|
+
|
7459
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7460
|
+
Processing by EchoController#echo as HTML
|
7461
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000003
|
7462
|
+
Completed 200 OK in 0ms
|
7463
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7464
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7465
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7466
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"application/json", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000004'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7467
|
+
|
7468
|
+
|
7469
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7470
|
+
Processing by EchoController#echo as JSON
|
7471
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000004
|
7472
|
+
Completed 200 OK in 0ms
|
7473
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7474
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7475
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7476
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000005'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"{\"foo\": \"bar\"}", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7477
|
+
|
7478
|
+
|
7479
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7480
|
+
Processing by EchoController#echo as HTML
|
7481
|
+
Parameters: {"foo"=>"bar", "echo"=>{"foo"=>"bar", "controller"=>"echo", "action"=>"echo"}}
|
7482
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000005
|
7483
|
+
Completed 200 OK in 0ms
|
7484
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7485
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7486
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7487
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar", "baz"=>"quz"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000006'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7488
|
+
|
7489
|
+
|
7490
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7491
|
+
Processing by EchoController#echo as HTML
|
7492
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000006
|
7493
|
+
Completed 200 OK in 0ms
|
7494
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7495
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7496
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7497
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000007'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7498
|
+
|
7499
|
+
|
7500
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7501
|
+
Processing by EchoController#echo as HTML
|
7502
|
+
Parameters: {"foo"=>"bar"}
|
7503
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000007
|
7504
|
+
Completed 200 OK in 0ms
|
7505
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7506
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7507
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7508
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000008'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7509
|
+
|
7510
|
+
|
7511
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7512
|
+
Processing by EchoController#echo as HTML
|
7513
|
+
Parameters: {"foo"=>"bar"}
|
7514
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000008
|
7515
|
+
Completed 200 OK in 0ms
|
7516
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7517
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7518
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7519
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000009'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7520
|
+
|
7521
|
+
|
7522
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7523
|
+
Processing by EchoController#echo as HTML
|
7524
|
+
Parameters: {"foo"=>"bar"}
|
7525
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000009
|
7526
|
+
Completed 200 OK in 0ms
|
7527
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7528
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7529
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7530
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d400000a'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7531
|
+
|
7532
|
+
|
7533
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7534
|
+
Processing by EchoController#echo as HTML
|
7535
|
+
Parameters: {"foo"=>"bar"}
|
7536
|
+
HTTP Logger Request ID: 4fa2a136340765a6d400000a
|
7537
|
+
Completed 200 OK in 0ms
|
7538
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7539
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7540
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7541
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d400000b'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7542
|
+
|
7543
|
+
|
7544
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7545
|
+
Processing by EchoController#echo as HTML
|
7546
|
+
HTTP Logger Request ID: 4fa2a136340765a6d400000b
|
7547
|
+
Completed 200 OK in 0ms
|
7548
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7549
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7550
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7551
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d400000c'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7552
|
+
|
7553
|
+
|
7554
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7555
|
+
Processing by EchoController#echo as HTML
|
7556
|
+
HTTP Logger Request ID: 4fa2a136340765a6d400000c
|
7557
|
+
Completed 200 OK in 0ms
|
7558
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7559
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7560
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7561
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d400000d'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7562
|
+
|
7563
|
+
|
7564
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7565
|
+
Processing by EchoController#echo as HTML
|
7566
|
+
HTTP Logger Request ID: 4fa2a136340765a6d400000d
|
7567
|
+
Completed 200 OK in 0ms
|
7568
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7569
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7570
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7571
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d400000e'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7572
|
+
|
7573
|
+
|
7574
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7575
|
+
Processing by EchoController#echo as HTML
|
7576
|
+
HTTP Logger Request ID: 4fa2a136340765a6d400000e
|
7577
|
+
Completed 200 OK in 0ms
|
7578
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7579
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7580
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7581
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_USER_AGENT"=>"foobar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d400000f'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>"foobar", "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7582
|
+
|
7583
|
+
|
7584
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7585
|
+
Processing by EchoController#echo as HTML
|
7586
|
+
HTTP Logger Request ID: 4fa2a136340765a6d400000f
|
7587
|
+
Completed 200 OK in 0ms
|
7588
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7589
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7590
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7591
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000010'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/xml", "raw_post"=>"<?xml ?><foo>bar</foo>", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7592
|
+
|
7593
|
+
|
7594
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7595
|
+
Processing by EchoController#echo as HTML
|
7596
|
+
Parameters: {"foo"=>"bar"}
|
7597
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000010
|
7598
|
+
Completed 200 OK in 0ms
|
7599
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7600
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7601
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7602
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7603
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7604
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000011'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7605
|
+
|
7606
|
+
|
7607
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7608
|
+
Processing by EchoController#echo as HTML
|
7609
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000011
|
7610
|
+
Completed 200 OK in 0ms
|
7611
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7612
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7613
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7614
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000012'), "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7615
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"format"=>"json"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a136340765a6d4000013'), "http_method"=>"GET", "url"=>"http://www.example.com/logs/requests/4fa2a136340765a6d4000012?format=json", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:16:06 UTC, "created_at"=>2012-05-03 15:16:06 UTC}])
|
7616
|
+
|
7617
|
+
|
7618
|
+
Started GET "/logs/requests/4fa2a136340765a6d4000012?format=json" for 127.0.0.1 at 2012-05-03 08:16:06 -0700
|
7619
|
+
Processing by HttpLog::RequestsController#show as JSON
|
7620
|
+
Parameters: {"id"=>"4fa2a136340765a6d4000012"}
|
7621
|
+
HTTP Logger Request ID: 4fa2a136340765a6d4000013
|
7622
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({:_id=>BSON::ObjectId('4fa2a136340765a6d4000012')}).limit(-1).sort([[:_id, :asc]])
|
7623
|
+
Completed 200 OK in 8ms (Views: 0.7ms)
|
7624
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7625
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7626
|
+
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.
|
7627
|
+
MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
|
7628
|
+
|
7629
|
+
|
7630
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7631
|
+
Error compiling asset application.css:
|
7632
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
7633
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
7634
|
+
Served asset /application.css - 500 Internal Server Error
|
7635
|
+
|
7636
|
+
|
7637
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7638
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7639
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7640
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7641
|
+
|
7642
|
+
|
7643
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7644
|
+
Error compiling asset application.css:
|
7645
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
7646
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
7647
|
+
Served asset /application.css - 500 Internal Server Error
|
7648
|
+
|
7649
|
+
|
7650
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7651
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7652
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7653
|
+
|
7654
|
+
|
7655
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7656
|
+
Error compiling asset application.css:
|
7657
|
+
Sprockets::FileNotFound: couldn't find file 'twitter/bootstrap'
|
7658
|
+
(in /Users/adam/threadedlabs/http_log/test/dummy/app/assets/stylesheets/application.css:12)
|
7659
|
+
Served asset /application.css - 500 Internal Server Error
|
7660
|
+
|
7661
|
+
|
7662
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7663
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7664
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7665
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000001'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7666
|
+
|
7667
|
+
|
7668
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7669
|
+
Processing by EchoController#echo as HTML
|
7670
|
+
Parameters: {"echo"=>{"controller"=>"echo", "action"=>"echo"}}
|
7671
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000001
|
7672
|
+
Completed 200 OK in 0ms
|
7673
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7674
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7675
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7676
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000002'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7677
|
+
|
7678
|
+
|
7679
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7680
|
+
Processing by EchoController#echo as HTML
|
7681
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000002
|
7682
|
+
Completed 200 OK in 0ms
|
7683
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7684
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7685
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7686
|
+
|
7687
|
+
|
7688
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7689
|
+
Processing by EchoController#echo as HTML
|
7690
|
+
Parameters: {"file"=>#<ActionDispatch::Http::UploadedFile:0x007fe47ed90250 @original_filename="config.ru", @content_type="application/ruby", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"config.ru\"\r\nContent-Type: application/ruby\r\nContent-Length: 155\r\n", @tempfile=#<File:/var/folders/ys/f0w9qtz93yj8d5b7nc3frm0r0000gp/T/RackMultipart20120503-42942-s6r6hj>>}
|
7691
|
+
Completed 200 OK in 0ms
|
7692
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7693
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7694
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_FOO"=>"bar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000003'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7695
|
+
|
7696
|
+
|
7697
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7698
|
+
Processing by EchoController#echo as HTML
|
7699
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000003
|
7700
|
+
Completed 200 OK in 0ms
|
7701
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7702
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7703
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7704
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"application/json", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000004'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7705
|
+
|
7706
|
+
|
7707
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7708
|
+
Processing by EchoController#echo as JSON
|
7709
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000004
|
7710
|
+
Completed 200 OK in 0ms
|
7711
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7712
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7713
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7714
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000005'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/json", "raw_post"=>"{\"foo\": \"bar\"}", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7715
|
+
|
7716
|
+
|
7717
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7718
|
+
Processing by EchoController#echo as HTML
|
7719
|
+
Parameters: {"foo"=>"bar", "echo"=>{"foo"=>"bar", "controller"=>"echo", "action"=>"echo"}}
|
7720
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000005
|
7721
|
+
Completed 200 OK in 0ms
|
7722
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7723
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7724
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7725
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>"", "foo"=>"bar", "baz"=>"quz"}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000006'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7726
|
+
|
7727
|
+
|
7728
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7729
|
+
Processing by EchoController#echo as HTML
|
7730
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000006
|
7731
|
+
Completed 200 OK in 0ms
|
7732
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7733
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7734
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7735
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000007'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7736
|
+
|
7737
|
+
|
7738
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7739
|
+
Processing by EchoController#echo as HTML
|
7740
|
+
Parameters: {"foo"=>"bar"}
|
7741
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000007
|
7742
|
+
Completed 200 OK in 0ms
|
7743
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7744
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7745
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7746
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000008'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7747
|
+
|
7748
|
+
|
7749
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7750
|
+
Processing by EchoController#echo as HTML
|
7751
|
+
Parameters: {"foo"=>"bar"}
|
7752
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000008
|
7753
|
+
Completed 200 OK in 0ms
|
7754
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7755
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7756
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7757
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000009'), "http_method"=>"POST", "url"=>"http://www.example.com/?foo=bar", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7758
|
+
|
7759
|
+
|
7760
|
+
Started POST "/?foo=bar" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7761
|
+
Processing by EchoController#echo as HTML
|
7762
|
+
Parameters: {"foo"=>"bar"}
|
7763
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000009
|
7764
|
+
Completed 200 OK in 0ms
|
7765
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7766
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7767
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7768
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be00000a'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"foo=bar", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7769
|
+
|
7770
|
+
|
7771
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7772
|
+
Processing by EchoController#echo as HTML
|
7773
|
+
Parameters: {"foo"=>"bar"}
|
7774
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be00000a
|
7775
|
+
Completed 200 OK in 0ms
|
7776
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7777
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7778
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7779
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be00000b'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7780
|
+
|
7781
|
+
|
7782
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7783
|
+
Processing by EchoController#echo as HTML
|
7784
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be00000b
|
7785
|
+
Completed 200 OK in 0ms
|
7786
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7787
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7788
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7789
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be00000c'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7790
|
+
|
7791
|
+
|
7792
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7793
|
+
Processing by EchoController#echo as HTML
|
7794
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be00000c
|
7795
|
+
Completed 200 OK in 0ms
|
7796
|
+
MONGODB (0ms) http_log_test['$cmd'].find({"count"=>"http_log_requests", "query"=>{}, "fields"=>nil}).limit(-1)
|
7797
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7798
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7799
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be00000d'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7800
|
+
|
7801
|
+
|
7802
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7803
|
+
Processing by EchoController#echo as HTML
|
7804
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be00000d
|
7805
|
+
Completed 200 OK in 0ms
|
7806
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7807
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7808
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7809
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be00000e'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7810
|
+
|
7811
|
+
|
7812
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7813
|
+
Processing by EchoController#echo as HTML
|
7814
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be00000e
|
7815
|
+
Completed 200 OK in 0ms
|
7816
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7817
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7818
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7819
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_USER_AGENT"=>"foobar", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be00000f'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>"foobar", "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7820
|
+
|
7821
|
+
|
7822
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7823
|
+
Processing by EchoController#echo as HTML
|
7824
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be00000f
|
7825
|
+
Completed 200 OK in 0ms
|
7826
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7827
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7828
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7829
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"foo"=>"bar"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000010'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/xml", "raw_post"=>"<?xml ?><foo>bar</foo>", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7830
|
+
|
7831
|
+
|
7832
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7833
|
+
Processing by EchoController#echo as HTML
|
7834
|
+
Parameters: {"foo"=>"bar"}
|
7835
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000010
|
7836
|
+
Completed 200 OK in 0ms
|
7837
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7838
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7839
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7840
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7841
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7842
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000011'), "http_method"=>"POST", "url"=>"http://www.example.com/", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7843
|
+
|
7844
|
+
|
7845
|
+
Started POST "/" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7846
|
+
Processing by EchoController#echo as HTML
|
7847
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000011
|
7848
|
+
Completed 200 OK in 0ms
|
7849
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({}).limit(-1).sort([[:_id, :asc]])
|
7850
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7851
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|
7852
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{}, "params"=>{}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000012'), "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7853
|
+
MONGODB (0ms) http_log_test['http_log_requests'].insert([{"headers"=>{"HTTP_HOST"=>"www.example.com", "HTTP_ACCEPT"=>"text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5", "HTTP_COOKIE"=>""}, "params"=>{"format"=>"json"}, "cookies"=>{}, "_id"=>BSON::ObjectId('4fa2a42a340765a7be000013'), "http_method"=>"GET", "url"=>"http://www.example.com/logs/requests/4fa2a42a340765a7be000012?format=json", "user_agent"=>nil, "content_type"=>"application/x-www-form-urlencoded", "raw_post"=>"", "remote_ip"=>"127.0.0.1", "updated_at"=>2012-05-03 15:28:42 UTC, "created_at"=>2012-05-03 15:28:42 UTC}])
|
7854
|
+
|
7855
|
+
|
7856
|
+
Started GET "/logs/requests/4fa2a42a340765a7be000012?format=json" for 127.0.0.1 at 2012-05-03 08:28:42 -0700
|
7857
|
+
Processing by HttpLog::RequestsController#show as JSON
|
7858
|
+
Parameters: {"id"=>"4fa2a42a340765a7be000012"}
|
7859
|
+
HTTP Logger Request ID: 4fa2a42a340765a7be000013
|
7860
|
+
MONGODB (0ms) http_log_test['http_log_requests'].find({:_id=>BSON::ObjectId('4fa2a42a340765a7be000012')}).limit(-1).sort([[:_id, :asc]])
|
7861
|
+
Completed 200 OK in 7ms (Views: 0.6ms)
|
7862
|
+
MONGODB (0ms) http_log_test['system.namespaces'].find({})
|
7863
|
+
MONGODB (0ms) http_log_test['http_log_requests'].remove({})
|