File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
railties/lib/rails/generators/rails/app/templates/config/environments Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Rails.application.configure do
29
29
config.action_controller.perform_caching = false
30
30
end
31
31
32
- # Change this to :null_store to avoid any caching
32
+ # Change this to :null_store to avoid any caching.
33
33
config.cache_store = :memory_store
34
34
<%- unless skip_active_storage? -%>
35
35
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ Rails.application.configure do
60
60
# Skip http-to-https redirect for the default health check endpoint.
61
61
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
62
62
63
- # Prevent healthchecks from clogging up the logs
63
+ # Prevent healthchecks from clogging up the logs.
64
64
config.silence_healthcheck_path = "/up"
65
65
66
- # Log to STDOUT by default
66
+ # Log to STDOUT by default.
67
67
config.logger = ActiveSupport::Logger.new(STDOUT)
68
68
.tap { |logger| logger.formatter = ::Logger::Formatter.new }
69
69
.then { |logger| ActiveSupport::TaggedLogging.new(logger) }
You can’t perform that action at this time.
0 commit comments