Skip to content

Commit faf641f

Browse files
Merge pull request #1592 from alphagov/silence-healthcheck
[PP-7691] Silence healthcheck to correct path
2 parents b8f5ca1 + 0a00367 commit faf641f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
4242

4343
# Prevent health checks from clogging up the logs.
44-
# config.silence_healthcheck_path = "/up"
44+
config.silence_healthcheck_path = "^\/healthcheck"
4545

4646
# Don't log any deprecations.
4747
config.active_support.report_deprecations = false

0 commit comments

Comments
 (0)