Catching more exceptions that slipped through, removing AR logging from
production as it's very verbose and not very useful
This commit is contained in:
@ -85,4 +85,6 @@ Rails.application.configure do
|
||||
config.action_mailer.delivery_method = :smtp
|
||||
|
||||
config.react.variant = :production
|
||||
|
||||
config.active_record.logger = nil
|
||||
end
|
||||
|
Reference in New Issue
Block a user