Mercurial > hg > soundsoftware-site
diff config/environments/production.rb @ 41:7f0e922c8982 luisf
merged with new version from trunk
author | luisf |
---|---|
date | Fri, 19 Nov 2010 14:45:28 +0000 |
parents | 94944d00e43c |
children | 433d4f72a19b |
line wrap: on
line diff
--- a/config/environments/production.rb Thu Nov 18 17:50:11 2010 +0000 +++ b/config/environments/production.rb Fri Nov 19 14:45:28 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