diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-05 13:26:44 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-05 13:26:44 +0200 |
commit | fe77921e4733b330e69a9f2db8be5de9ecefc8af (patch) | |
tree | 1c16f064097824740d3a2a80480b73f61e0d9afe /config/environments | |
parent | b0788854141a98da8fc4da1dbbfaf2a3239e3760 (diff) |
Catching more exceptions that slipped through, removing AR logging from
production as it's very verbose and not very useful
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index ee7598c4c..5e010b206 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -85,4 +85,6 @@ Rails.application.configure do config.action_mailer.delivery_method = :smtp config.react.variant = :production + + config.active_record.logger = nil end |