From a6818dc9974051f3babe3012d775242c4eda517d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Verg=C3=A9s?= Date: Wed, 13 Dec 2023 15:38:18 +0100 Subject: [PATCH] rubocop --- bulletin_board/server/config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulletin_board/server/config/environments/production.rb b/bulletin_board/server/config/environments/production.rb index 66ae2c9d..e0adb24b 100644 --- a/bulletin_board/server/config/environments/production.rb +++ b/bulletin_board/server/config/environments/production.rb @@ -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]