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