13493: Update CORS OPTIONS test.
[arvados.git] / services / api / config / environments / production.rb.example
index 2b91d3de87e2308ac8afcd09b00509fba682f014..affb31d6bdd651b37c38a783efd603b74436704d 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 Server::Application.configure do
   # Settings specified here will take precedence over those in config/application.rb
 
@@ -59,4 +63,5 @@ Server::Application.configure do
   # Send deprecation notices to registered listeners
   config.active_support.deprecation = :notify
 
+  config.log_level = :info
 end