Skip to content

Instantly share code, notes, and snippets.

@3dd13
Created January 21, 2011 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3dd13/789165 to your computer and use it in GitHub Desktop.
Save 3dd13/789165 to your computer and use it in GitHub Desktop.
Log Rotation methods provided by Ruby Core http://ruby-doc.org/ruby-1.9/classes/Logger.html
def logger
@logger ||= Logger.new(File.new("data_loader.log"),3,5*1024*1024)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment