[ARVADOS] updated: 1.1.0-35-gdcbe748

Git user git at public.curoverse.com
Wed Oct 25 19:30:40 EDT 2017


Summary of changes:
 services/api/config/environments/production.rb.example | 1 +
 1 file changed, 1 insertion(+)

       via  dcbe7480d9de61ed35fca508b06fa17075fce32c (commit)
      from  78f3a483c39025cbec25d0bfee29780e0d28052c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit dcbe7480d9de61ed35fca508b06fa17075fce32c
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Wed Oct 25 19:30:14 2017 -0400

    Handle rails 5 deprecation warning in services/api.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/services/api/config/environments/production.rb.example b/services/api/config/environments/production.rb.example
index 176f083..affb31d 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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list