compress logs on pkgs02
This commit is contained in:
parent
a9ca271a0a
commit
8c007d54aa
2 changed files with 26 additions and 0 deletions
20
roles/distgit/pagure/files/syslog-logrotate
Normal file
20
roles/distgit/pagure/files/syslog-logrotate
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
/var/log/cron
|
||||||
|
/var/log/maillog
|
||||||
|
/var/log/messages
|
||||||
|
/var/log/secure
|
||||||
|
/var/log/spooler
|
||||||
|
{
|
||||||
|
sharedscripts
|
||||||
|
postrotate
|
||||||
|
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
|
||||||
|
endscript
|
||||||
|
daily
|
||||||
|
rotate 7
|
||||||
|
missingok
|
||||||
|
ifempty
|
||||||
|
compress
|
||||||
|
compresscmd /usr/bin/xz
|
||||||
|
uncompresscmd /usr/bin/xz
|
||||||
|
compressext .xz
|
||||||
|
dateext
|
||||||
|
}
|
|
@ -335,3 +335,9 @@
|
||||||
- SAR
|
- SAR
|
||||||
- GDPR
|
- GDPR
|
||||||
- pagure
|
- pagure
|
||||||
|
|
||||||
|
- name: override the default syslog logrotate file
|
||||||
|
copy: src=syslog-logrotate dest=/etc/logrotate.d/syslog
|
||||||
|
tags:
|
||||||
|
- pagure
|
||||||
|
- logrotate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue