aboutsummaryrefslogtreecommitdiff
path: root/plugin/errors/README.md
blob: db16eaea862e5278644cdff6ff018206e1fc6f37 (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
# 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.

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