File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
railties/lib/rails/generators/rails/app/templates/config/environments Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,16 +37,16 @@ Rails.application.configure do
37
37
# Skip http-to-https redirect for the default health check endpoint.
38
38
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
39
39
40
- # Prevent health checks from clogging up the logs.
41
- config.silence_healthcheck_path = "/up"
42
-
43
40
# Log to STDOUT with the current request id as a default log tag.
44
41
config.log_tags = [ :request_id ]
45
42
config.logger = ActiveSupport::TaggedLogging.logger(STDOUT)
46
43
47
44
# Change to "debug" to log everything (including potentially personally-identifiable information!)
48
45
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
49
46
47
+ # Prevent health checks from clogging up the logs.
48
+ config.silence_healthcheck_path = "/up"
49
+
50
50
# Don't log any deprecations.
51
51
config.active_support.report_deprecations = false
52
52
You can’t perform that action at this time.
0 commit comments