Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

NOTE: If migrating a server, this step should be completed after copying the customer data

yum install logrotate
cat >/etc/logrotate.d/pcr360_prod <<LOG
/var/www/pcr360/prod/logs/*log {
	missingok
    notifempty
	daily
	minsize 1M
	rotate 14
	delaycompress
}
/var/www/pcr360/test/logs/*log {
	missingok
	notifempty
	daily
	minsize 1M
	rotate 14
	delaycompress
}
LOG
  • No labels