##// END OF EJS Templates
Add documentation about setting the log level. #6135...
Eric Davis -
r4068:1781d87477e0
parent child
Show More
@@ -11,7 +11,10 config.cache_classes = true
11 11 # config.logger = SyslogLogger.new
12 12 #
13 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 16 # config.logger = Logger.new(config.log_path, 7, 1048576)
17 # config.logger.level = Logger::INFO
15 18
16 19 # Full error reports are disabled and caching is turned on
17 20 config.action_controller.consider_all_requests_local = false
General Comments 0
You need to be logged in to leave comments. Login now