]> git.openstreetmap.org Git - rails.git/blobdiff - config/environments/test.rb
Respond to timeouts with a server error code
[rails.git] / config / environments / test.rb
index 80871151fa501761b7a6e6e938a5fc38f3f88653..451eecc50f5acbc79ed7f86e184ab847002c11bb 100644 (file)
@@ -37,6 +37,9 @@ Rails.application.configure do
   # Store uploaded files on the local file system in a temporary directory.
   config.active_storage.service = :test
 
+  # Disable logging in tests, for speed increases. Set to :info to bring back logging
+  config.log_level = :warn
+
   config.action_mailer.perform_caching = false
 
   # Tell Action Mailer not to deliver emails to the real world.