Skip to content

Commit

Permalink
Set logger at FATAL in benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Jun 14, 2017
1 parent 95a25a7 commit 643a0eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perf/benchmark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require "./perf/models"

Mongoid.connect_to("mongoid_perf_test")
Mongo::Logger.logger.level = ::Logger::FATAL

Mongoid.purge!

Expand Down

0 comments on commit 643a0eb

Please sign in to comment.