Created
September 26, 2010 16:48
-
-
Save edavis10/598100 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### | |
# Customize the default logger (http://ruby-doc.org/core/classes/Logger.html) | |
# | |
# Use a different logger for distributed setups | |
# config.logger = SyslogLogger.new | |
# | |
# Rotate logs bigger than 1MB, keeps no more than 7 rotated logs around. | |
# When setting a new Logger, make sure to set the log level too. | |
# | |
# config.logger = Logger.new(config.log_path, 7, 1048576) | |
# config.logger.level = Logger::INFO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment