Files
coredns.io/content/plugins/errors.md
T
Miek GiebenandGitHub f6c6c2b694 CoreDNS 1.1.0 release notes (#77)
* CoreDNS 1.1.0 release notes

* new pr just merged

* Sync all docs
2018-03-13 14:58:42 +00:00

32 lines
494 B
Markdown

+++
title = "errors"
description = "*errors* enable error logging."
weight = 10
tags = [ "plugin", "errors" ]
categories = [ "plugin" ]
date = "2018-03-13T14:42:31.862907"
+++
## 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.
~~~ corefile
. {
whoami
errors
}
~~~