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:
parent
b078885414
commit
fe77921e47
7 changed files with 29 additions and 6 deletions
|
@ -85,4 +85,6 @@ Rails.application.configure do
|
|||
config.action_mailer.delivery_method = :smtp
|
||||
|
||||
config.react.variant = :production
|
||||
|
||||
config.active_record.logger = nil
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue