From f40308ffb5491ecb313202d0478971ed63298e4a Mon Sep 17 00:00:00 2001 From: Alex Webb Date: Mon, 22 Nov 2021 11:24:26 -0700 Subject: [PATCH] Update example log lines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2152d7..6233efe 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ In addition, about 2/3 of those requests are GraphQL requests. Their first log line simply says `POST /graphql` every time, which gives us no insight into what the request is actually doing. `Uinta.Plug` will extract GraphQL query names when they exist to make these log lines more useful without having to enable -debug logs: `QUERY messagesForLocation` or `MUTATION createMessage`. +debug logs: `QUERY messagesForLocation (/graphql)` or `MUTATION createMessage (/graphql)`. For smaller organizations, the ability to filter out lines pertaining to certain requests paths can also be useful to cut down on log noise. Kubernetes health