9276c65
# Rotate OCS Inventory NG agent logs daily, only if not empty
9276c65
# Save 7 days old logs under compressed mode
9276c65
/var/log/ocsinventory-agent/*.log {
9276c65
	daily
9276c65
	rotate 7
9276c65
	compress
9276c65
	notifempty
9276c65
	missingok
9276c65
}