Skip to content

Instantly share code, notes, and snippets.

@winhamwr
Created May 17, 2010 14:35
Show Gist options
  • Save winhamwr/403833 to your computer and use it in GitHub Desktop.
Save winhamwr/403833 to your computer and use it in GitHub Desktop.
logrotate.d configuration for celery
/var/log/celery/*.log {
weekly
missingok
rotate 52
compress
delaycompress
notifempty
copytruncate
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment