添加配置文件

vi /etc/logrotate.d/cron
/var/log/cron.log {
  rotate 4
  monthly
  compress
  missingok
  notifempty
}

验证配置文件是否生效

sudo logrotate /etc/logrotate.d/cronlog --debug