|
@@ -71,15 +71,9 @@ Rails.application.configure do
|
|
|
# Send deprecation notices to registered listeners.
|
|
|
config.active_support.deprecation = :notify
|
|
|
|
|
|
- # Use default logging formatter so that PID and timestamp are not suppressed.
|
|
|
- config.log_formatter = ::Logger::Formatter.new
|
|
|
-
|
|
|
# Do not dump schema after migrations.
|
|
|
config.active_record.dump_schema_after_migration = false
|
|
|
|
|
|
- # format log
|
|
|
- config.log_formatter = Logger::Formatter.new
|
|
|
-
|
|
|
# overwrite default Rails TRUSTED_PROXIES
|
|
|
# because otherwise IPs from private ranges will be
|
|
|
# ignored for Session logging and fall back to localhost
|