Files
coredns.io/content/plugins/errors.md
T
2018-01-04 12:53:37 +00:00

441 B

+++ title = "errors" description = "errors enable error logging." weight = 10 tags = [ "plugin", "errors" ] categories = [ "plugin" ] date = "2018-01-04T12:51:22.155465" +++

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
}