File openstack-heat.logrotate of Package openstack-heat
compress
/var/log/heat/*.log {
    rotate 15
    size 1M
    weekly
    dateext
    missingok
    notifempty
    su openstack-heat openstack-heat
    sharedscripts
}
compress
/var/log/heat/*.log {
    rotate 15
    size 1M
    weekly
    dateext
    missingok
    notifempty
    su openstack-heat openstack-heat
    sharedscripts
}