diff --git a/config/environments/production.rb b/config/environments/production.rb index c10bff55..cd3778f0 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -44,6 +44,7 @@ # Prevent health checks from clogging up the logs. config.silence_healthcheck_path = "/up" + config.lograge.ignore_actions = "Rails::HealthController#show" # Don't log any deprecations. config.active_support.report_deprecations = false