From d2cacf53300e508f19d4c4d8217b82b2e0bf63e3 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Tue, 17 Mar 2020 12:22:58 +0100 Subject: [PATCH] Add comments for unusable log_level setting --- config/environments/production.rb | 2 +- config/environments/staging.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 91ff62a3be..7d30863699 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -33,7 +33,7 @@ Openfoodnetwork::Application.configure do # Use https in email links config.action_mailer.default_url_options = { protocol: 'https' } - # See everything in the log (default is :info) + # Note: This config no longer works with our new logging strategy # config.log_level = :debug # Configure logging for Rails 3.2: diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 91ff62a3be..7d30863699 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -33,7 +33,7 @@ Openfoodnetwork::Application.configure do # Use https in email links config.action_mailer.default_url_options = { protocol: 'https' } - # See everything in the log (default is :info) + # Note: This config no longer works with our new logging strategy # config.log_level = :debug # Configure logging for Rails 3.2: