openstack-heat/heat.logrotate
2021-11-05 12:18:49 +08:00

8 lines
95 B
Plaintext

/var/log/heat/*.log {
rotate 14
size 10M
missingok
compress
copytruncate
}