This file is indexed.

/etc/logrotate.d/petitboot/logrotate.conf is in petitboot 13.05.29.14.00-g4dc604b-1+b3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
/var/log/petitboot/*.log
{
	weekly
	rotate 3
	compress
	missingok
}