mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-11 00:10:35 -07:00
chore: slight improvement to test execution time by disabling all but the most fatal of logging
This commit is contained in:
parent
0733eb410d
commit
511b86ff71
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