[ARVADOS] created: d141e896d3cad1e246e1e577b201dceec994da87

git at public.curoverse.com git at public.curoverse.com
Wed Jul 30 10:31:35 EDT 2014


        at  d141e896d3cad1e246e1e577b201dceec994da87 (commit)


commit d141e896d3cad1e246e1e577b201dceec994da87
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Jul 30 10:31:31 2014 -0400

    3415: Report error messages in server log.

diff --git a/services/api/app/controllers/application_controller.rb b/services/api/app/controllers/application_controller.rb
index 8464a4a..4a1a7d4 100644
--- a/services/api/app/controllers/application_controller.rb
+++ b/services/api/app/controllers/application_controller.rb
@@ -106,6 +106,7 @@ class ApplicationController < ActionController::Base
     end
     if @object and @object.errors and @object.errors.full_messages and not @object.errors.full_messages.empty?
       errors = @object.errors.full_messages
+      logger.error errors.inspect
     else
       errors = [e.inspect]
     end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list