terraform: stop forwarding cache logs to papertrail
This was sending logs to a dead account.
zimbatm committed
Aug 30, 2021 at 20:17 UTC
70c2a5e362169a50ad5460944ae93c789bccda7b
1 file changed
-7
terraform/cache.tf
-7
@@ -227,13 +227,6 @@ resource "fastly_service_v1" "cache" {
227
type = "request"
228
}
229
230
- papertrail {
231
- address = "logs7.papertrailapp.com"
232
- format = "%h %l %u %t \"%r\" %>s %b %%{if(resp.status == 503, cstr_escape(resp.response), \"\")}V - %%{resp.http.X-Served-By}V"
233
- name = "cache.nixos.org"
234
- port = 36051
235
- }
236
-
230
response_object {
231
cache_condition = "Generated by synthetic response for 404 page"
232
content = "404"