Handle rails 5 deprecation warning in services/api.
[arvados.git] / services / api / config / environments / production.rb.example
index 176f083efd65336d4fd55394f2e75c4690311731..affb31d6bdd651b37c38a783efd603b74436704d 100644 (file)
@@ -63,4 +63,5 @@ Server::Application.configure do
   # Send deprecation notices to registered listeners
   config.active_support.deprecation = :notify
 
+  config.log_level = :info
 end