Skip to content

Commit

Permalink
Merge pull request #45 from alphagov/fix-log-format
Browse files Browse the repository at this point in the history
Fix format of logging string for assets
  • Loading branch information
richardTowers authored Jan 10, 2024
2 parents ab434d9 + 9c18928 commit 7165f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/assets/service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ resource "fastly_service_vcl" "service" {
"method":"%%{json.escape(req.method)}V",
"url":"%%{json.escape(req.url)}V",
"status":%>s,
"protocol":"%%{json.escape(req.proto)}",
"protocol":"%%{json.escape(req.proto)}V",
"request_time":%%{time.elapsed.sec}V.%%{time.elapsed.msec_frac}V,
"time_to_generate_response":%%{time.to_first_byte}V,
"bytes":%B,
Expand Down

0 comments on commit 7165f43

Please sign in to comment.