forked from ISTI-ansible-roles/ansible-roles
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
|
{{ unicorn_log_dir }}/*.log {
|
||
|
weekly
|
||
|
missingok
|
||
|
rotate 52
|
||
|
compress
|
||
|
delaycompress
|
||
|
notifempty
|
||
|
copytruncate
|
||
|
}
|