meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / python / files / python-django-horizon / python-django-horizon-logrotate.conf
1
2 /var/log/horizon/*.log {
3     weekly
4     rotate 4
5     missingok
6     compress
7     minsize 100k
8 }
9