This file is indexed.

/etc/logrotate.d/webfs is in webfs 1.21+ds1-11.

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
 9
10
11
/var/log/webfs/webfs.log {
	rotate 4
	daily
	compress
	missingok
	notifempty
	su root root
	postrotate
	  start-stop-daemon --stop --oknodo --signal 1 --quiet --pidfile /var/run/webfs/webfsd.pid
	endscript
}