view common/logrotate-trac @ 346:61be075c5a68

Ignore X-Comment "SPF whitelisted" messages in Logwatch
author IBBoard <dev@ibboard.co.uk>
date Mon, 20 Jul 2020 10:33:54 +0100
parents 600b3bfb5484
children
line wrap: on
line source

/srv/trac/projects/*/log/trac.log {
	weekly
	rotate 7
	missingok
	create 640 apache apache
	compress
	su apache apache
}