diff --git a/lib/pact_broker/ui/controllers/base_controller.rb b/lib/pact_broker/ui/controllers/base_controller.rb index 6333afab8..860d089a2 100644 --- a/lib/pact_broker/ui/controllers/base_controller.rb +++ b/lib/pact_broker/ui/controllers/base_controller.rb @@ -9,8 +9,9 @@ class Base < Padrino::Application set :root, File.join(File.dirname(__FILE__), '..') set :show_exceptions, ENV['RACK_ENV'] != 'production' + set :dump_errors, false # The padrino logger logs these for us. If this is enabled we get duplicate logging. end end end -end \ No newline at end of file +end