@@ -4,9 +4,14 | |||||
4 | # Code is not reloaded between requests |
|
4 | # Code is not reloaded between requests | |
5 | config.cache_classes = true |
|
5 | config.cache_classes = true | |
6 |
|
6 | |||
|
7 | ##### | |||
|
8 | # Customize the default logger (http://ruby-doc.org/core/classes/Logger.html) | |||
|
9 | # | |||
7 | # Use a different logger for distributed setups |
|
10 | # Use a different logger for distributed setups | |
8 | # config.logger = SyslogLogger.new |
|
11 | # config.logger = SyslogLogger.new | |
9 |
|
12 | # | ||
|
13 | # Rotate logs bigger than 1MB, keeps no more than 7 rotated logs around. | |||
|
14 | # config.logger = Logger.new(config.log_path, 7, 1048576) | |||
10 |
|
15 | |||
11 | # Full error reports are disabled and caching is turned on |
|
16 | # Full error reports are disabled and caching is turned on | |
12 | config.action_controller.consider_all_requests_local = false |
|
17 | config.action_controller.consider_all_requests_local = false |
General Comments 0
You need to be logged in to leave comments.
Login now