aboutsummaryrefslogtreecommitdiff
path: root/plugin/errors/README.md
blob: f15b271f675614147e6d198c7365b5ea91f6618c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# errors

## Name

*errors* - enable error logging.

## Description

Any errors encountered during the query processing will be printed to standard output.

This plugin can only be used once per Server Block.

## Syntax

~~~
errors
~~~

## Examples

Use the *whoami* to respond to queries and Log errors to standard output.

~~~ corefile
. {
    whoami
    errors
}
~~~