/etc/logrotate.d/container-tools is in open-infrastructure-container-tools 20180218-2.
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/container-tools/container.log {
compress
create 0640 root adm
dateext
dateformat -%Y%m
dateyesterday
missingok
monthly
notifempty
rotate 12
}
|