Skip to content

Instantly share code, notes, and snippets.

View jstewart's full-sized avatar

Jason Stewart jstewart

View GitHub Profile
#!/usr/bin/env ruby
# Rotate rails logs with more flexibility than system logrotate
# requires logrotate gem and written for use with passenger
# can easily be adapted to mongrel
require 'fileutils'
require 'rubygems'
require 'logrotate'