Commit c16c4a0b by John Doe

raised log level for local sites to warn to prevent too much logging

parent 03bfa71d
Showing with 2 additions and 2 deletions
......@@ -44,7 +44,7 @@ Rails.application.configure do
# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
config.log_level = :info
config.log_level = :warn
# Prepend all log lines with the following tags.
config.log_tags = [ :request_id ]
......@@ -55,7 +55,7 @@ Rails.application.configure do
# Use a real queuing backend for Active Job (and separate queues per environment)
# config.active_job.queue_adapter = :resque
# config.active_job.queue_name_prefix = "control_panel_#{Rails.env}"
# Ignore bad email addresses and do not raise email delivery errors.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment