Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Dec 13, 2023
1 parent a92b236 commit a6818dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulletin_board/server/config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
config.log_level = %w(debug info warn error fatal).include?(ENV['RAILS_LOG_LEVEL']) ? ENV['RAILS_LOG_LEVEL'] : :info
config.log_level = %w(debug info warn error fatal).include?(ENV["RAILS_LOG_LEVEL"]) ? ENV["RAILS_LOG_LEVEL"] : :info

# Prepend all log lines with the following tags.
config.log_tags = [:request_id]
Expand Down

0 comments on commit a6818dc

Please sign in to comment.