Current File : //etc/logrotate.d/php73
/usr/local/apps/php73/var/log/*.log 
/usr/local/apps/php73/var/log/*.logs {
	weekly
	maxsize 300M
	missingok
	rotate 4
	compress
	delaycompress
	notifempty
	create 0640 root webuzo
	sharedscripts
	dateext
	dateformat -backup-%Y-%m-%d-%s
	postrotate
		/etc/init.d/php-fpm73 restart > /dev/null
	endscript
}