chore: slight improvement to test execution time by disabling all but the most fatal of logging

speedup-admin-data
Nelson Jovel 2 years ago
parent a3ab83fb56
commit 8bb97c8f2f

@ -58,4 +58,7 @@ Rails.application.configure do
config.active_record.encryption.primary_key = "test" config.active_record.encryption.primary_key = "test"
config.active_record.encryption.deterministic_key = "test" config.active_record.encryption.deterministic_key = "test"
config.active_record.encryption.key_derivation_salt = "test" config.active_record.encryption.key_derivation_salt = "test"
config.logger = Logger.new(nil)
config.log_level = :fatal
end end

Loading…
Cancel
Save