This file is indexed.

/usr/share/tomcat6/logrotate.template is in tomcat6 6.0.45+dfsg-1~deb7u1.

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
8
/var/log/tomcat6/catalina.out {
  copytruncate
  weekly
  rotate 52
  compress
  missingok
  create 640 tomcat6 adm
}