Skip to content

Commit

Permalink
Merge pull request #1801 from MushroomObserver/nimmo-reformat-logs-7.1.2
Browse files Browse the repository at this point in the history
Set logger to :debug to check if people are hitting the new cache
  • Loading branch information
nimmolo authored Jan 13, 2024
2 parents 4e663a4 + d6d5a1d commit 821a327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
loggers = [
"log/production.log"
].map do |output|
ActiveSupport::Logger.new(output, level: Logger::INFO).
ActiveSupport::Logger.new(output, level: Logger::DEBUG).
tap { |logger| logger.formatter = Logger::Formatter.new }
# .then { |logger| ActiveSupport::TaggedLogging.new(logger) }
end
Expand Down

0 comments on commit 821a327

Please sign in to comment.