We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7408be0 commit d59c7e5Copy full SHA for d59c7e5
lib/pact_broker/ui/controllers/base_controller.rb
@@ -9,8 +9,9 @@ class Base < Padrino::Application
9
10
set :root, File.join(File.dirname(__FILE__), '..')
11
set :show_exceptions, ENV['RACK_ENV'] != 'production'
12
+ set :dump_errors, false # The padrino logger logs these for us. If this is enabled we get duplicate logging.
13
14
end
15
16
-end
17
+end
0 commit comments