]> git.openstreetmap.org Git - chef.git/blob - cookbooks/oxidized/templates/default/logrotate.erb
Only try and create standby.signal if the cluster exists
[chef.git] / cookbooks / oxidized / templates / default / logrotate.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 /var/log/oxidized/*.log {
4     rotate 12
5     weekly
6     size 10M
7     compress
8     delaycompress
9     compresscmd /usr/bin/zstd
10     compressext .zst
11     compressoptions -T0 --adapt
12     uncompresscmd /usr/bin/unzstd
13     missingok
14 }