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