[submodule]: update swss/sairedis/swss-common submodule (#716)
fix bug for logrotate sairedis log
This commit is contained in:
parent
2f231f3653
commit
4a780f4a6a
@ -1,7 +1,6 @@
|
||||
/var/log/syslog
|
||||
/var/log/quagga/*.log
|
||||
/var/log/teamd.log
|
||||
/var/log/swss/*.rec
|
||||
{
|
||||
rotate 7
|
||||
daily
|
||||
@ -18,6 +17,20 @@
|
||||
kill -HUP $(cat /var/run/rsyslogd.pid)
|
||||
endscript
|
||||
}
|
||||
/var/log/swss/*.rec
|
||||
{
|
||||
rotate 7
|
||||
daily
|
||||
maxsize 20M
|
||||
missingok
|
||||
notifempty
|
||||
compress
|
||||
delaycompress
|
||||
sharedscripts
|
||||
postrotate
|
||||
pgrep -x orchagent | xargs /bin/kill -HUP 2>/dev/null || true
|
||||
endscript
|
||||
}
|
||||
/var/log/mail.info
|
||||
/var/log/mail.warn
|
||||
/var/log/mail.err
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 1eeb716837bb4e6cd4d179e3654ee67e74cf5736
|
||||
Subproject commit b865912105f2f80ee2516899e6367f863d5f6235
|
@ -1 +1 @@
|
||||
Subproject commit b893b4f70b79f5a87674e3a67a64accff0dd9437
|
||||
Subproject commit 002adc7bdea0894eb11835374463eb9c2f208790
|
@ -1 +1 @@
|
||||
Subproject commit ececc0a99ce1c188007b5b59de1bb11a06dd006d
|
||||
Subproject commit 345576ea38cc511b265825b445c48dbfbf444792
|
Loading…
Reference in New Issue
Block a user