/var/log/hedge/*.log {
  rotate 2
  notifempty
  missingok
  sharedscripts
  postrotate
    sleep 1
    supervisorctl restart hedge
  endscript
}
