]> git.openstreetmap.org Git - chef.git/blob - cookbooks/overpass/templates/default/logrotate.erb
build(deps): bump cookstyle from 8.4.0 to 8.5.0
[chef.git] / cookbooks / overpass / templates / default / logrotate.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <%= @logdir %>/*.log {
4     missingok
5     compress
6     compresscmd /usr/bin/zstd
7     compressext .zst
8     compressoptions -T0 --adapt
9     uncompresscmd /usr/bin/unzstd
10 }