change archive format to xz for merged logs
This commit is contained in:
parent
b513985390
commit
6b804b8b11
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
/var/log/merged/*.log {
|
||||
missingok
|
||||
rotate 1
|
||||
rotate 1
|
||||
nodateext
|
||||
daily
|
||||
daily
|
||||
create 0644 root root
|
||||
copytruncate
|
||||
compress
|
||||
compresscmd /bin/gzip
|
||||
uncompresscmd /bin/gzip
|
||||
compresscmd /bin/xz
|
||||
uncompresscmd /bin/xz
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue