Skip to content

Commit

Permalink
Merge pull request #276 from ifad/chore/fix-logger-in-benchmarks
Browse files Browse the repository at this point in the history
Fix logger
  • Loading branch information
tagliala authored Mar 29, 2024
2 parents 7bb535e + c57368e commit 19641c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark_sample.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'rails'

ActiveRecord::Base.establish_connection(adapter: 'chronomodel', database: 'chronomodel_bench')
ActiveRecord::Base.logger = nil
ActiveRecord::Base.logger = Logger.new(nil)
ActiveRecord::Migration.verbose = false

ActiveRecord::Schema.define do
Expand Down

0 comments on commit 19641c4

Please sign in to comment.