]> git.openstreetmap.org Git - chef.git/commitdiff
squid: enable squid log buffering
authorGrant Slater <git@firefishy.com>
Thu, 6 Aug 2020 23:42:32 +0000 (00:42 +0100)
committerGrant Slater <git@firefishy.com>
Thu, 6 Aug 2020 23:42:32 +0000 (00:42 +0100)
cookbooks/squid/templates/default/squid.conf.erb

index ad1732bb7fb22cda2b308b56c31919aa7f9bf552..3a74a6c12fd1d88ed91730029e5d12182bc09355 100644 (file)
@@ -136,6 +136,8 @@ access_log daemon:<%= node[:squid][:access_log] %>
 cache_log /var/log/squid/cache.log
 cache_store_log none
 
+buffered_logs on
+
 client_db off
 strip_query_terms off
 <% if node[:squid][:version] > 2 -%>