Files
coredns.io/content/plugins/errors.md
T
Miek GiebenandGitHub e2143627a6 coredns 1.0.6 release notes (#67)
* coredns 1.0.6 release notes

* deprecation notice

* Sync from coredns
2018-02-22 09:34:49 +00:00

30 lines
441 B
Markdown

+++
title = "errors"
description = "*errors* enable error logging."
weight = 10
tags = [ "plugin", "errors" ]
categories = [ "plugin" ]
date = "2018-02-22T08:55:16.400672"
+++
## 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
}
~~~