# ::do_not_edit::
# ::maintainer::
#
# v.1.6 2018.09.11
#
/var/log/mail.info
/var/log/mail.warn
/var/log/mail.err
/var/log/mail.log
/var/log/daemon.log
/var/log/kern.log
/var/log/auth.log
/var/log/user.log
/var/log/lpr.log
/var/log/cron.log
/var/log/messages
/var/log/syslog
{
	missingok
	notifempty
	compress
	delaycompress
	sharedscripts
	postrotate
		# 2018.09.11 changed reload to restart
		#    rsyslog init job DOES NOT have 'reload' option, this
		#    command fails since ... when?
		invoke-rc.d rsyslog restart >/dev/null 2>&1 || true
	endscript
}

#ku# debug is a transient log, prone to become a big beast,
#ku# and we don't need to keep for long
/var/log/debug
{
	daily
	missingok
	notifempty
	compress
	delaycompress
	sharedscripts
	postrotate
		invoke-rc.d rsyslog restart >/dev/null 2>&1 || true
	endscript
}

