Dont encourage people to run without autoflush in production

This commit is contained in:
David Heinemeier Hansson 2014-08-17 16:40:41 -07:00
parent 8f15565de8
commit c20c86ee9e

@ -70,9 +70,6 @@ Rails.application.configure do
# Send deprecation notices to registered listeners.
config.active_support.deprecation = :notify
# Disable automatic flushing of the log to improve performance.
# config.autoflush_log = false
# Use default logging formatter so that PID and timestamp are not suppressed.
config.log_formatter = ::Logger::Formatter.new
<%- unless options.skip_active_record? -%>