Skip to content

Instantly share code, notes, and snippets.

View constantinoneto's full-sized avatar

Constantino Augusto Dias Neto constantinoneto

View GitHub Profile
@constantinoneto
constantinoneto / rails.logrotate
Created February 1, 2012 12:35 — forked from jweslley/rails.logrotate
Logrotate for Rails
#
# File: /etc/logrotate.d/rails
# Test: logrotate -f /etc/logrotate.d/rails
#
/var/www/*/log/*.log {
daily
dateext
notifempty
missingok
rotate 30