Files
ansible-role-chill/templates/logrotate/chill
T

17 lines
211 B
Plaintext

/var/log/chill/*.log {
su php-fpm php-fpm
daily
compress
missingok
notifempty
copytruncate
rotate 90
}
/var/log/chill/privacy-*.log {
rotate 180
}
/var/log/chill/notifier-*.log {
rotate 800
}