/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
}