/var/log/chef/server.log {
  rotate 12
  weekly
  compress
  postrotate
    /etc/init.d/chef-server condrestart >/dev/null || :
  endscript
}
