mirror of
https://github.com/coredns/coredns.io.git
synced 2024-04-21 12:32:00 +00:00
28 lines
426 B
Markdown
28 lines
426 B
Markdown
+++
|
|
title = "errors"
|
|
description = "*errors* enables error logging."
|
|
weight = 10
|
|
tags = [ "plugin", "errors" ]
|
|
categories = [ "plugin" ]
|
|
date = "2017-09-15T21:22:42.284367"
|
|
+++
|
|
|
|
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
|
|
}
|
|
~~~
|