1
0
Fork 0
dwelling-upload/configs/logrotate

12 lines
237 B
Plaintext
Raw Permalink Normal View History

2022-06-30 00:22:59 +04:00
/var/log/dwelling-upload/*log {
2022-05-25 00:42:47 +04:00
nocreate
copytruncate
2022-05-25 00:42:47 +04:00
size 1M
compress
compresscmd /usr/bin/zstd
compressext .zst
compressoptions -T0 --long -15
uncompresscmd /usr/bin/unzstd
missingok
notifempty
}