mirror of
https://github.com/coredns/coredns.io.git
synced 2024-04-21 12:32:00 +00:00
This is slightly premature, but I wanted to update the loadbalance doc and push that out. We'll probably release 1.2.0 soon as well. Signed-off-by: Miek Gieben <miek@miek.nl>
494 B
494 B
+++ title = "errors" description = "errors enable error logging." weight = 10 tags = [ "plugin", "errors" ] categories = [ "plugin" ] date = "2018-07-06T10:27:55.911392" +++
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.
. {
whoami
errors
}