]> git.openstreetmap.org Git - chef.git/commitdiff
tile: add cdn-region and cdn-pop to apache logging master
authorGrant Slater <github@firefishy.com>
Tue, 16 Sep 2025 06:39:10 +0000 (07:39 +0100)
committerGrant Slater <github@firefishy.com>
Tue, 16 Sep 2025 06:39:10 +0000 (07:39 +0100)
cookbooks/tile/templates/default/apache.erb

index a45d16bcf65dab13008fd4694e0d8cef8dbadc41..f8cee732ff4f2e9f92aa575ae8c0e2772d379191 100644 (file)
@@ -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