# Always use the end user IP, not the immediately downstream client, which may be Fastly
set client.geo.ip_override = req.http.fastly-client-ip;

# Store initial state of request params in a header
set req.http.log-request:host = req.http.host;
set req.http.log-request:method = req.method;
set req.http.log-request:url = req.url;