|
|
@ -38,9 +38,9 @@ Rails.application.configure do |
|
|
|
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. |
|
|
|
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. |
|
|
|
config.force_ssl = false |
|
|
|
config.force_ssl = false |
|
|
|
|
|
|
|
|
|
|
|
# Use the lowest log level to ensure availability of diagnostic information |
|
|
|
# By default, use the lowest log level to ensure availability of diagnostic information |
|
|
|
# when problems arise. |
|
|
|
# when problems arise. |
|
|
|
config.log_level = :debug |
|
|
|
config.log_level = ENV.fetch('RAILS_LOG_LEVEL', 'debug').to_sym |
|
|
|
|
|
|
|
|
|
|
|
# Prepend all log lines with the following tags. |
|
|
|
# Prepend all log lines with the following tags. |
|
|
|
config.log_tags = [:request_id] |
|
|
|
config.log_tags = [:request_id] |
|
|
|