Skip to content

Instantly share code, notes, and snippets.

@trevorturk
Created October 14, 2010 15:27
Show Gist options
  • Save trevorturk/626370 to your computer and use it in GitHub Desktop.
Save trevorturk/626370 to your computer and use it in GitHub Desktop.
# auto rotate log files, keep 2 of 5MB each
config.logger = Logger.new(config.paths.log.first, 1, 5.megabytes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment