5e96844123
Change-Id: I92a894e31f725a20c684165f93dd4c34b9c8b450
13 lines
201 B
Django/Jinja
13 lines
201 B
Django/Jinja
{{ elastic_log_rotate_path }}/*.log
|
|
{
|
|
copytruncate
|
|
daily
|
|
rotate 2
|
|
delaycompress
|
|
compress
|
|
dateext
|
|
notifempty
|
|
missingok
|
|
maxage 5
|
|
}
|