# Logrotate file for Jakarta Tomcat

/var/log/tomcat/*.log {
	compress
	daily
	rotate 7
	notifempty
	copytruncate
}
