]> git.openstreetmap.org Git - chef.git/commitdiff
Disable logging of missing languages
authorTom Hughes <tom@compton.nu>
Sat, 19 Oct 2019 16:52:43 +0000 (17:52 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 19 Oct 2019 16:52:43 +0000 (17:52 +0100)
cookbooks/squid/templates/default/squid.conf.erb

index dabb406a345e96a262ad64db5c31b9c34c34adf5..51dc0b63ee885cb6afd481a9cd4bfad706a9d27b 100644 (file)
@@ -8,6 +8,8 @@ cache_mem  <%= node[:squid][:cache_mem] %>
 <% if node[:squid][:version] > 2 -%>
 
 workers <%= node[:cpu][:total] %>
+
+error_log_languages off
 <% end -%>
 
 max_filedescriptors 98304