coredns/plugin/errors
Miek Gieben 0930eb8beb
all: fix plugin import ordering (#1717)
Got a bit messed up with stb lib "context" usage.
2018-04-22 08:34:35 +01:00
..
errors.go all: fix plugin import ordering (#1717) 2018-04-22 08:34:35 +01:00
errors_test.go all: fix plugin import ordering (#1717) 2018-04-22 08:34:35 +01:00
OWNERS Add OWNERS file (#1486) 2018-02-08 10:55:51 +00:00
README.md return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
setup.go return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00
setup_test.go return an error for multiple use of some plugins (#1559) 2018-02-28 18:16:05 -08:00

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.

. {
    whoami
    errors
}