Add comments for unusable log_level setting

This commit is contained in:
Matt-Yorkley
2020-03-17 12:22:58 +01:00
parent 711a3debe7
commit d2cacf5330
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: