Skip to content

Commit

Permalink
Merge b428c61 into 756e5e2
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Jan 13, 2024
2 parents 756e5e2 + b428c61 commit b7f4c29
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 @@ -121,7 +121,7 @@
loggers = [
"log/production.log"
].map do |output|
ActiveSupport::Logger.new(output, level: Logger::DEBUG).
ActiveSupport::Logger.new(output, level: Logger::INFO).
tap { |logger| logger.formatter = Logger::Formatter.new }
# .then { |logger| ActiveSupport::TaggedLogging.new(logger) }
end
Expand Down

0 comments on commit b7f4c29

Please sign in to comment.