Skip to content

Commit

Permalink
Merge pull request #3594 from WikiWatershed/tt/fix-logrotate
Browse files Browse the repository at this point in the history
Connects #3593
  • Loading branch information
rajadain authored Feb 23, 2023
2 parents a88319e + 89702bf commit 53c38a7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{{ celery_log_dir }}/* {
{{ celery_log_dir }}/*.log {
rotate 3
daily
missingok
compress
delaycompress
notifempty
}

0 comments on commit 53c38a7

Please sign in to comment.