Skip to content

Commit

Permalink
Change developer log levels to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
janwerkhoven committed Feb 11, 2024
1 parent 8dc005a commit a1fe70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

# When developing, do not log. Instead output everything in terminal.
config.logger = Logger.new($stdout)
config.log_level = :debug
config.log_level = :info
# config.logger.datetime_format = '%Y-%m-%d %H:%M:%S'
config.logger.formatter = proc do |severity, _datetime, _progname, msg|
"#{severity} #{msg}\n"
Expand Down

0 comments on commit a1fe70e

Please sign in to comment.