mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
chore: slight improvement to test execution time by disabling all but the most fatal of logging
This commit is contained in:
parent
a3ab83fb56
commit
8bb97c8f2f
1 changed files with 3 additions and 0 deletions
|
|
@ -58,4 +58,7 @@ Rails.application.configure do
|
|||
config.active_record.encryption.primary_key = "test"
|
||||
config.active_record.encryption.deterministic_key = "test"
|
||||
config.active_record.encryption.key_derivation_salt = "test"
|
||||
|
||||
config.logger = Logger.new(nil)
|
||||
config.log_level = :fatal
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue