Skip to content

Commit 7e475bb

Browse files
committed
Add missing dot to sentence in production.rb.tt [ci-skip]
1 parent 07ce474 commit 7e475bb

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)