You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by ws...@apache.org on 2009/03/15 17:23:49 UTC

svn commit: r754696 - /incubator/olio/webapp/rails/branches/caching/config/environments/production.rb

Author: wsobel
Date: Sun Mar 15 17:23:48 2009
New Revision: 754696

URL: http://svn.apache.org/viewvc?rev=754696&view=rev
Log:
Fix for OLIO-59: Logging level is now error

Modified:
    incubator/olio/webapp/rails/branches/caching/config/environments/production.rb

Modified: incubator/olio/webapp/rails/branches/caching/config/environments/production.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/branches/caching/config/environments/production.rb?rev=754696&r1=754695&r2=754696&view=diff
==============================================================================
--- incubator/olio/webapp/rails/branches/caching/config/environments/production.rb (original)
+++ incubator/olio/webapp/rails/branches/caching/config/environments/production.rb Sun Mar 15 17:23:48 2009
@@ -6,7 +6,7 @@
 
 # Use a different logger for distributed setups
 # config.logger = SyslogLogger.new
-config.log_level = :debug
+config.log_level = :error
 
 # Full error reports are disabled and caching is turned on
 config.action_controller.consider_all_requests_local = false