]> git.openstreetmap.org Git - chef.git/blob - cookbooks/oxidized/templates/default/logrotate.erb
Tweak some tile sandboxes
[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     missingok
10 }