Current File : //etc/logrotate.d/eig_performance
/var/log/eig_performance.log {
    missingok
    notifempty
    compress
    rotate 14
	daily
	copytruncate
}