Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit c9fd0f5

Browse files
authored
[ruby/rage] Disable ActiveRecord logging (#10729)
1 parent e60749c commit c9fd0f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frameworks/Ruby/rage/config/initializers/activerecord.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
puts "ActiveRecord pool size: #{pool_size}"
77

88
ENV["DATABASE_URL"]="postgres://benchmarkdbuser:benchmarkdbpass@tfb-database/hello_world?pool=#{pool_size}&reaping_frequency=0"
9+
10+
ActiveRecord::Base.logger = nil

0 commit comments

Comments
 (0)