Don't dump errors to log

This commit is contained in:
Hakan Ensari 2017-01-04 11:19:00 +00:00
parent 9862a10685
commit 2b85a05380

View File

@ -13,6 +13,7 @@ end
configure :production do
require 'newrelic_rpm'
disable :dump_errors
end
helpers do