coredns/middleware/errors/README.md
2017-07-24 08:24:53 -07:00

27 lines
367 B
Markdown

# errors
*errors* enables error logging.
Any errors encountered during the query processing will be printed on standard output.
## Syntax
~~~
errors [FILE]
~~~
* **FILE** is the log file to create (or append to). The *only* valid name for **FILE** is *stdout*
## Examples
Log errors to *stdout*.
~~~
errors
~~~
Log errors to *stdout*.
~~~
errors stdout
~~~