Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Converted from version '2.1.4.7'.


Code Block
cat >/etc/logrotate.d/pcr360_prod <<LOG
/var/www/pcr360/prod/logs/*log {
    missingok
    notifempty
    daily
    minsize 1M
    rotate 14
    delaycompress
}
LOG