/var/log/catdog/catdog.log-2017
/var/log/catdog/catdog.log-2018
/var/log/catdog/stderr-2017.log
/var/log/catdog/stderr-2018.log
/var/log/catdog/stdout-2017.log
/var/log/catdog/stdout-2018.log {
   nodateext
   start 0
   rotate 3
   daily
   compress
   missingok
   create root root
   sharedscripts
   postrotate
      curl 'localhost:2017/reload'
      curl 'localhost:2018/reload'
   endscript
}
