package
1.2.2
Repository: https://github.com/utilitywarehouse/coredns.git
Documentation: pkg.go.dev

# README

errors

Name

errors - enable error logging.

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
}