Files
coredns/middleware/errors/README.md

27 lines
302 B
Markdown
Raw Normal View History

# errors
*errors* enables error logging.
TODO: what are errors.
## 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
~~~