# enable rotation of audit log file:

/var/www/FMM/app/storage/logs/audit.log {
	create 644 apache apache 
	notifempty
	daily
	rotate 30
	missingok
	nocompress
}
