diff --git a/config/environments/v3_production.rb b/config/environments/v3_production.rb index 42ab5a6494..2a3fe52b42 100644 --- a/config/environments/v3_production.rb +++ b/config/environments/v3_production.rb @@ -90,7 +90,7 @@ logger = ActiveSupport::Logger.new(STDOUT) logger.formatter = config.log_formatter else - logger = ActiveSupport::Logger.new(Rails.root.join("log", "v3_production.log"), 5, 10.megabytes) + logger = ActiveSupport::Logger.new(Rails.root.join("log", "v3_production.log"), 5, 100.megabytes) end config.logger = ActiveSupport::TaggedLogging.new(logger)