Skip to content

Commit f72533b

Browse files
authored
fix(logging): update syslog name (#2525)
1 parent de50907 commit f72533b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/cdn/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ resource "fastly_service_vcl" "python_org" {
269269
}
270270

271271
logging_syslog {
272-
name = "syslog"
272+
name = "pythonorg"
273273
address = "cdn-logs.nyc1.psf.io"
274274
port = 514
275275
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\""

0 commit comments

Comments
 (0)