This should have everyone, but the process was quite manual. The rename from middleware -> plugin also meant I had to do some extra digging on who actually submitted the PR. I also double checked the current list of people with commit access. Every plugin now has an OWNERS, except *reverse*. I'll file a bug for that. |
||
---|---|---|
.. | ||
errors.go | ||
errors_test.go | ||
OWNERS | ||
README.md | ||
setup.go | ||
setup_test.go |
errors
Name
errors - enable error logging.
Description
Any errors encountered during the query processing will be printed to standard output.
Syntax
errors
Examples
Use the whoami to respond to queries and Log errors to standard output.
. {
whoami
errors
}