Mercurial > hg > soundsoftware-site
diff config/environments/production.rb @ 38:33d69fee1d99 cannam
* Merge SVN update from default branch
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 19 Nov 2010 13:41:40 +0000 |
parents | 94944d00e43c |
children | 433d4f72a19b |
line wrap: on
line diff
--- a/config/environments/production.rb Fri Oct 01 15:33:14 2010 +0100 +++ b/config/environments/production.rb Fri Nov 19 13:41:40 2010 +0000 @@ -11,7 +11,10 @@ # config.logger = SyslogLogger.new # # Rotate logs bigger than 1MB, keeps no more than 7 rotated logs around. +# When setting a new Logger, make sure to set it's log level too. +# # config.logger = Logger.new(config.log_path, 7, 1048576) +# config.logger.level = Logger::INFO # Full error reports are disabled and caching is turned on config.action_controller.consider_all_requests_local = false