Skip to content

Commit

Permalink
Merge pull request #1803 from MushroomObserver/nimmo-reformat-logs-7.1.2
Browse files Browse the repository at this point in the history
Switch logging back to :info
  • Loading branch information
nimmolo committed Jan 13, 2024
2 parents 756e5e2 + b428c61 commit 4fc23f5
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 4fc23f5

Please sign in to comment.