# DO NOT EDIT - This file is being maintained by Chef /var/log/squid/*.log { daily compress compresscmd /usr/bin/xz compressoptions --threads=<%= [ node[:cpu][:total] / 2, 1 ].max.ceil %> uncompresscmd /usr/bin/unxz compressext .xz rotate 2 missingok nocreate sharedscripts postrotate <% if node[:lsb][:release].to_f < 20.04 -%> test ! -e /var/run/squid.pid || /usr/sbin/squid -k rotate <% else -%> test ! -e /run/squid/squid.pid || /usr/sbin/squid -k rotate <% end -%> endscript lastaction /usr/bin/rsync --preallocate /var/log/squid/access.log.1.xz ironbelly::logs/tile.openstreetmap.org/<%= node[:hostname] %>-`date -d "-1 days" +%Y-%m-%d`.xz || true endscript }