Commit c16c4a0b by John Doe

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

parent 03bfa71d
Showing with 1 additions and 1 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 ]
......
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