We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8f5ca1 + 0a00367 commit faf641fCopy full SHA for faf641f
config/environments/production.rb
@@ -41,7 +41,7 @@
41
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
42
43
# Prevent health checks from clogging up the logs.
44
- # config.silence_healthcheck_path = "/up"
+ config.silence_healthcheck_path = "^\/healthcheck"
45
46
# Don't log any deprecations.
47
config.active_support.report_deprecations = false
0 commit comments