X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/78f3a483c39025cbec25d0bfee29780e0d28052c..dcbe7480d9de61ed35fca508b06fa17075fce32c:/services/api/config/environments/production.rb.example?ds=sidebyside diff --git a/services/api/config/environments/production.rb.example b/services/api/config/environments/production.rb.example index 176f083efd..affb31d6bd 100644 --- a/services/api/config/environments/production.rb.example +++ b/services/api/config/environments/production.rb.example @@ -63,4 +63,5 @@ Server::Application.configure do # Send deprecation notices to registered listeners config.active_support.deprecation = :notify + config.log_level = :info end