Updating to reflect changes in DM 0.9.1
[merb_mart.git] / config / environments / production.rb
blob32e33d3aa0913d73f52fb60002c97c16be43a3a8
1 Merb.logger.info("Loaded PRODUCTION Environment...")
2 Merb::Config.use { |c|
3   c[:exception_details] = false
4   c[:reload_classes] = false
5   c[:log_level] = :error
6   c[:log_file] = Merb.log_path + "/production.log"