There's a :fatal option when writing to rack.errors. However, that doesn't happen so far.
This will write exceptions to STDOUT
Rails.logger = Logger.new(STDOUT)There's a :fatal option when writing to rack.errors. However, that doesn't happen so far.
This will write exceptions to STDOUT
Rails.logger = Logger.new(STDOUT)