Increase log level for staging

This commit is contained in:
Sebastian Serth
2020-03-22 14:45:51 +01:00
parent 6843f3532c
commit e7562edb38

View File

@ -60,7 +60,7 @@ Rails.application.configure do
# config.force_ssl = true
# Set to :debug to see everything in the log.
config.log_level = :error
config.log_level = :info
# Prepend all log lines with the following tags.
# config.log_tags = [ :subdomain, :uuid ]