This change will help with organization throughout the stack. Change-Id: I2ad865db534ae1d377bbdecd4b421ee0fc802536 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
13 lines
197 B
Django/Jinja
13 lines
197 B
Django/Jinja
{{ elastic_log_rotate_path }}/*.log
|
|
{
|
|
copytruncate
|
|
weekly
|
|
missingok
|
|
rotate 2
|
|
compress
|
|
dateext
|
|
maxage 5
|
|
notifempty
|
|
nocreate
|
|
}
|