Skip to content

Commit

Permalink
fix(logging): update syslog name (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee authored Sep 5, 2024
1 parent de50907 commit f72533b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/cdn/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ resource "fastly_service_vcl" "python_org" {
}

logging_syslog {
name = "syslog"
name = "pythonorg"
address = "cdn-logs.nyc1.psf.io"
port = 514
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\""
Expand Down

0 comments on commit f72533b

Please sign in to comment.