spec/dummy/log/development.log in daengine-0.2.17 vs spec/dummy/log/development.log in daengine-0.2.18

- old
+ new

@@ -7,5 +7,13 @@ 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. MONGODB (37ms) admin['$cmd'].find({:ismaster=>1}).limit(-1) MONGODB (352ms) dummy_development['system.namespaces'].find({}) MONGODB (76ms) dummy_development['$cmd'].find({:create=>"digital_assets"}).limit(-1) MONGODB (14ms) dummy_development['$cmd'].find({"count"=>"digital_assets", "query"=>{}, "fields"=>nil}).limit(-1) +MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. +MONGODB (71ms) admin['$cmd'].find({:ismaster=>1}).limit(-1) +MONGODB (284ms) dummy_development['system.namespaces'].find({}) +MONGODB (51ms) dummy_development['$cmd'].find({:create=>"taxonomy_terms"}).limit(-1) +MONGODB (6ms) dummy_development['taxonomy_terms'].find({:"term_type.FUND_CODE"=>"foo"}).limit(-1).sort([[:_id, :asc]]) +MONGODB (5ms) dummy_development['taxonomy_terms'].find({:"term_type.FUND_CODE"=>"735"}).limit(-1).sort([[:_id, :asc]]) +MONGODB (13ms) dummy_development['$cmd'].find({"count"=>"taxonomy_terms", "query"=>{:term_type=>{"$exists"=>true}}, "fields"=>nil}).limit(-1) +MONGODB (5ms) dummy_development['taxonomy_terms'].find({}).limit(-1).sort([[:_id, :asc]])