This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
|
Merb.logger.info("Loaded PRODUCTION Environment...")
|
|
Merb::Config.use { |c|
|
|
c[:exception_details] = false
|
|
c[:reload_classes] = false
|
|
c[:log_level] = :error
|
|
c[:log_file] = Merb.log_path + "/production.log"
|
|
} |