# $Id: interchange-logrotate,v 2.3 2005-05-09 21:36:54 jon Exp $

/var/log/interchange/*.log /var/log/interchange/*/error.log {
	rotate 4
	weekly
	compress
	missingok
	notifempty
}

/var/log/interchange/*/logs/usertrack {
	rotate 12
	monthly
	compress
	missingok
	notifempty
}
