/etc/logrotate.d/albatross is in python-albatross-common 1.36-5.5.
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 12 13 | /var/log/albatross/*.log {
weekly
missingok
rotate 52
compress
delaycompress
notifempty
create 640 albatross adm
sharedscripts
postrotate
invoke-rc.d albatross restart >/dev/null
endscript
}
|