Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
# Rotate OCS Inventory NG agent logs daily, only if not empty
2
# Save 7 days old logs under compressed mode
3
/var/log/ocsinventory-agent/*.log {
4
	daily
5
	rotate 7
6
	compress
7
	notifempty
8
	missingok
9
}