chore(prod): decrease log level to info in production

This commit is contained in:
Colin Darie 2023-02-08 14:48:13 +01:00
parent a217072b4f
commit 5aba442e2a

View file

@ -52,7 +52,7 @@ Rails.application.configure do
# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
config.log_level = :debug
config.log_level = ENV["DS_ENV"] == "staging" ? :debug : :info
# Prepend all log lines with the following tags.
# config.log_tags = [ :subdomain, :uuid ]