We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d43d0 commit b10543bCopy full SHA for b10543b
lib/uinta/plug.ex
@@ -27,11 +27,13 @@ if Code.ensure_loaded?(Plug) do
27
and replace it with this (using only the options you want):
28
29
```
30
- plug Uinta.Plug, json: false, log: :info
+ plug Uinta.Plug, include_variables: false, json: false, log: :info
31
32
33
## Options
34
35
+ - `:include_variables` - Whether or not to include any GraphQL variables in
36
+ the log line when applicable. Default is `false`.
37
- `:json` - Whether or not this plug should log in JSON format. Default is
38
`false`
39
- `:log` - The log level at which this plug should log its request info.
0 commit comments