Reduce the default logging to warn

git-svn-id: file:///home/svn/framework3/trunk@4560 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-03-24 23:28:46 +00:00
parent 40a2144a2f
commit 9d33f69b87
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# Force the application into production mode
ENV['RAILS_ENV'] = 'production'
@ -8,7 +9,8 @@ RAILS_GEM_VERSION = '1.2.2' unless defined? RAILS_GEM_VERSION
require File.join(File.dirname(__FILE__), 'boot')
Rails::Initializer.run do |config|
config.log_level = :warn
config.active_record.allow_concurrency = true
end