Files
coredns.io/content/plugins/errors.md
T
2017-10-20 08:48:28 +00:00

426 B

+++ title = "errors" description = "errors enables error logging." weight = 10 tags = [ "plugin", "errors" ] categories = [ "plugin" ] date = "2017-10-20T08:48:19.236625" +++

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
}