[MediaWiki-commits] [Gerrit] Put request and error information in the error page - change (operations/puppet)
Mark Bergsma has submitted this change and it was merged. Change subject: Put request and error information in the error page .. Put request and error information in the error page Change-Id: I859e5c16149378c7409d928c97e4b89d20ed0f46 --- M templates/varnish/errorpage.inc.vcl.erb 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Mark Bergsma: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/varnish/errorpage.inc.vcl.erb b/templates/varnish/errorpage.inc.vcl.erb index 5220315..d194e54 100644 --- a/templates/varnish/errorpage.inc.vcl.erb +++ b/templates/varnish/errorpage.inc.vcl.erb @@ -86,8 +86,7 @@ -Request: %M %U, from %i via %h (%s) to %H (%I) -Error: %c, errno %E at %T +Request: "} + req.request + " http://"; + req.http.host + req.url + ", from " + client.ip + " via " + server.hostname + " (" + server.ip + ")Error: " + obj.status + ", " + obj.response + " at " + now + "Varnish XID " + req.xid + {" -- To view, visit https://gerrit.wikimedia.org/r/65779 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I859e5c16149378c7409d928c97e4b89d20ed0f46 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Mark Bergsma Gerrit-Reviewer: Mark Bergsma Gerrit-Reviewer: jenkins-bot ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
[MediaWiki-commits] [Gerrit] Put request and error information in the error page - change (operations/puppet)
Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/65779 Change subject: Put request and error information in the error page .. Put request and error information in the error page Change-Id: I859e5c16149378c7409d928c97e4b89d20ed0f46 --- M templates/varnish/errorpage.inc.vcl.erb 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/79/65779/1 diff --git a/templates/varnish/errorpage.inc.vcl.erb b/templates/varnish/errorpage.inc.vcl.erb index 5220315..d194e54 100644 --- a/templates/varnish/errorpage.inc.vcl.erb +++ b/templates/varnish/errorpage.inc.vcl.erb @@ -86,8 +86,7 @@ -Request: %M %U, from %i via %h (%s) to %H (%I) -Error: %c, errno %E at %T +Request: "} + req.request + " http://"; + req.http.host + req.url + ", from " + client.ip + " via " + server.hostname + " (" + server.ip + ")Error: " + obj.status + ", " + obj.response + " at " + now + "Varnish XID " + req.xid + {" -- To view, visit https://gerrit.wikimedia.org/r/65779 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I859e5c16149378c7409d928c97e4b89d20ed0f46 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Mark Bergsma ___ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits