Handle rails 5 deprecation warning in services/api.
authorWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 25 Oct 2017 23:30:14 +0000 (19:30 -0400)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 25 Oct 2017 23:30:14 +0000 (19:30 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

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