Skip to content

Commit

Permalink
Set logger to :debug to check if people are hitting the new cache
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Jan 13, 2024
1 parent f2e7a59 commit d6d5a1d
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 d6d5a1d

Please sign in to comment.