Files
coredns.io/content/plugins/errors.md
T
Miek GiebenandGitHub 2be83e89e5 1.2.1 release (#110)
Signed-off-by: Miek Gieben <miek@miek.nl>
2018-08-28 07:18:02 +01:00

494 B

+++ title = "errors" description = "errors enable error logging." weight = 10 tags = [ "plugin", "errors" ] categories = [ "plugin" ] date = "2018-08-28T06:15:01.554012" +++

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
}