From df3a1d56ca922cd8d02d61e186317ae5642779df Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 16 Sep 2025 07:39:10 +0100 Subject: [PATCH] tile: add cdn-region and cdn-pop to apache logging --- cookbooks/tile/templates/default/apache.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tile/templates/default/apache.erb b/cookbooks/tile/templates/default/apache.erb index a45d16bcf..f8cee732f 100644 --- a/cookbooks/tile/templates/default/apache.erb +++ b/cookbooks/tile/templates/default/apache.erb @@ -59,7 +59,7 @@ <% end -%> # Setup logging - LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %Dus \"%{client-geo-continent}i\" \"%{client-geo-country}i\" \"%{client-geo-proxy-description}i\" \"%{client-geo-proxy-type}i\" \"%{geo.proxy_type}i\" \"%{client-geo-conn-type}i\"" combined_fastly_tile_custom + LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %Dus \"%{client-geo-continent}i\" \"%{client-geo-country}i\" \"%{client-geo-proxy-description}i\" \"%{client-geo-proxy-type}i\" \"%{client-geo-conn-type}i\" \"%{cdn-region}i\" \"%{cdn-pop}i\"" combined_fastly_tile_custom CustomLog /var/log/apache2/access.log combined_fastly_tile_custom ErrorLog /var/log/apache2/error.log -- 2.39.5