From 41bce6adf9fb77103022d9b5629c76e42715c581 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 9 Mar 2026 14:48:05 +0000 Subject: [PATCH] tile: log JA4H --- 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 4be1c807c..ddda8ac51 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\" \"%{client-geo-conn-type}i\" \"%{cdn-region}i\" \"%{cdn-pop}i\" \"%{X-TLS-JA4}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\" \"%{X-TLS-JA4}i\" \"%{X-JA4H}i\"" combined_fastly_tile_custom CustomLog /var/log/apache2/access.log combined_fastly_tile_custom ErrorLog /var/log/apache2/error.log -- 2.47.3