Skip to content

Commit d5be428

Browse files
authored
Merge pull request rails#53569 from p8/railties/add-missing-dot-to-production.rb
Add missing dot to sentence in production.rb.tt [ci-skip]
2 parents 909ff74 + 7e475bb commit d5be428

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/config/environments

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Rails.application.configure do
4141
config.log_tags = [ :request_id ]
4242
config.logger = ActiveSupport::TaggedLogging.logger(STDOUT)
4343

44-
# Change to "debug" to log everything (including potentially personally-identifiable information!)
44+
# Change to "debug" to log everything (including potentially personally-identifiable information!).
4545
config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
4646

4747
# Prevent health checks from clogging up the logs.

0 commit comments

Comments
 (0)