Skip to content

Commit

Permalink
Add missing dot to sentence in production.rb.tt [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
p8 committed Nov 9, 2024
1 parent 07ce474 commit 7e475bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Rails.application.configure do
config.log_tags = [ :request_id ]
config.logger = ActiveSupport::TaggedLogging.logger(STDOUT)

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

# Prevent health checks from clogging up the logs.
Expand Down

0 comments on commit 7e475bb

Please sign in to comment.