/var/log/chill/default-*.log {
  su php-fpm php-fpm
  rotate 90
  daily
  compress
  missingok
  notifempty
}

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

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