Skip to content

Instantly share code, notes, and snippets.

@gigorok
gigorok / rails.logrotate
Created March 19, 2018 18:01 — forked from constantinoneto/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