[logrotate]: Add /var/log/swss/*.rec to logrotate target (#703)

SwSS record files in /var/log/swss/ folder get larger and
larger and were not rotated. Add them here to rotate these files.
This commit is contained in:
Shuotian Cheng 2017-06-14 07:05:34 -07:00 committed by lguohan
parent e46cf29f0b
commit 8843c6f192

View File

@ -1,6 +1,7 @@
/var/log/syslog /var/log/syslog
/var/log/quagga/*.log /var/log/quagga/*.log
/var/log/teamd.log /var/log/teamd.log
/var/log/swss/*.rec
{ {
rotate 7 rotate 7
daily daily