# the logrotate job itself
#
# ::copy::
# ::maintainer::
#
# ::do_not_edit::
#
# usually the logrotate jobs sends stdout and stderr commands to /dev/null,
# we redirect them to a logfile, usefull for debug and error hunting
#
# of course this logfile needs to be rotated, also :)
#
/var/log/logrotate.log
{
	missingok
	notifempty
	create 0664 root root
}
