charm-neutron-openvswitch/hooks/charmhelpers/contrib/openstack/templates/logrotate
Chris MacNaughton a5139c519c Sync charm-helpers for Stein release
As a part of the Stein release, we need to ensure
that charmhelpers is up to date.

Change-Id: I3ae2b657f27441a07b8c249846a50a9e26b76458
2019-04-04 10:16:55 +02:00

10 lines
181 B
Plaintext

/var/log/{{ logrotate_logs_location }}/*.log {
{{ logrotate_interval }}
{{ logrotate_count }}
compress
delaycompress
missingok
notifempty
copytruncate
}