File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ resource "fastly_service_vcl" "cdn" {
315
315
period = 3600
316
316
gzip_level = 9
317
317
# %h "%{now}V" %l "%{req.request}V %{req.url}V" %{req.proto}V %>s %{resp.http.Content-Length}V %{resp.http.age}V "%{resp.http.x-cache}V" "%{resp.http.x-cache-hits}V" "%{req.http.content-type}V" "%{req.http.accept-language}V" "%{cstr_escape(req.http.user-agent)}V"
318
- format = " " # TODO
318
+ format = " %%h \" %%{now}V \" %%l \" %%{req.request}V %%{req.url}V \" %%{req.proto}V %%>s %%{resp.http.Content-Length}V %%{resp.http.age}V \" %%{resp.http.x-cache}V \" \" %%{resp.http.x-cache-hits}V \" \" %%{req.http.content-type}V \" \" %%{req.http.accept-language}V \" \" %%{cstr_escape(req.http.user-agent)}V \" "
319
319
timestamp_format = " %Y-%m-%dT%H:%M:%S.000"
320
320
redundancy = " standard"
321
321
format_version = 2
@@ -330,7 +330,7 @@ resource "fastly_service_vcl" "cdn" {
330
330
address = " cdn-logs.nyc1.psf.io"
331
331
port = 514
332
332
# %h "%{now}V" %l "%{req.request}V %{req.url}V" %{req.proto}V %>s %{resp.http.Content-Length}V %{resp.http.age}V "%{resp.http.x-cache}V" "%{resp.http.x-cache-hits}V" "%{req.http.content-type}V" "%{req.http.accept-language}V" "%{cstr_escape(req.http.user-agent)}V"
333
- format = " " # TODO
333
+ format = " %%h \" %%{now}V \" %%l \" %%{req.request}V %%{req.url}V \" %%{req.proto}V %%>s %%{resp.http.Content-Length}V %%{resp.http.age}V \" %%{resp.http.x-cache}V \" \" %%{resp.http.x-cache-hits}V \" \" %%{req.http.content-type}V \" \" %%{req.http.accept-language}V \" \" %%{cstr_escape(req.http.user-agent)}V \" "
334
334
}
335
335
336
336
product_enablement {
You can’t perform that action at this time.
0 commit comments