weblate/examples/celery-weblate.logrotate
Michal Čihař 0fa5a2dc31 Add example for running Celery as systemd service
This is probably the most frequent example, so better have it covered.

Signed-off-by: Michal Čihař <michal@cihar.com>
2018-10-11 10:53:10 +02:00

7 lines
113 B
Text
Vendored

/var/log/celery/*.log {
weekly
missingok
rotate 12
compress
notifempty
}