@@ -11,7 +11,10 config.cache_classes = true | |||||
11 | # config.logger = SyslogLogger.new |
|
11 | # config.logger = SyslogLogger.new | |
12 | # |
|
12 | # | |
13 | # Rotate logs bigger than 1MB, keeps no more than 7 rotated logs around. |
|
13 | # Rotate logs bigger than 1MB, keeps no more than 7 rotated logs around. | |
|
14 | # When setting a new Logger, make sure to set it's log level too. | |||
|
15 | # | |||
14 | # config.logger = Logger.new(config.log_path, 7, 1048576) |
|
16 | # config.logger = Logger.new(config.log_path, 7, 1048576) | |
|
17 | # config.logger.level = Logger::INFO | |||
15 |
|
18 | |||
16 | # Full error reports are disabled and caching is turned on |
|
19 | # Full error reports are disabled and caching is turned on | |
17 | config.action_controller.consider_all_requests_local = false |
|
20 | config.action_controller.consider_all_requests_local = false |
General Comments 0
You need to be logged in to leave comments.
Login now