Add comments for unusable log_level setting

This commit is contained in:
Matt-Yorkley
2020-03-17 12:22:58 +01:00
committed by Pau Perez
parent 8ccc8dfaf6
commit b5dddd0842
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: