diff config/default_config.rb @ 431:68eb23b52864

Rails 5 \o/
author nanaya <me@myconan.net>
date Fri, 13 May 2016 03:56:07 +0900
parents 56382cb104dd
children
line wrap: on
line diff
--- a/config/default_config.rb	Tue Mar 01 16:36:10 2016 +0900
+++ b/config/default_config.rb	Fri May 13 03:56:07 2016 +0900
@@ -1,5 +1,6 @@
 CONFIG["standalone"] = true if CONFIG["standalone"].nil?
 CONFIG["newrelic"] = false if CONFIG["newrelic"].nil?
+CONFIG["log_to_stdout"] = true if CONFIG["log_to_stdout"].nil?
 CONFIG["bundler_groups"] ||= [:default, Rails.env]
 CONFIG["bundler_groups"] << "standalone" if CONFIG["standalone"]
 CONFIG["bundler_groups"] << "newrelic" if CONFIG["newrelic"]