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 {
|
/var/log/merged/*.log {
|
||||||
missingok
|
missingok
|
||||||
rotate 1
|
rotate 1
|
||||||
nodateext
|
nodateext
|
||||||
daily
|
daily
|
||||||
create 0644 root root
|
create 0644 root root
|
||||||
copytruncate
|
copytruncate
|
||||||
compress
|
compress
|
||||||
compresscmd /bin/gzip
|
compresscmd /bin/xz
|
||||||
uncompresscmd /bin/gzip
|
uncompresscmd /bin/xz
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue