package
0.9.10
Repository: https://github.com/rancher/coredns.git
Documentation: pkg.go.dev

# README

errors

errors enables error logging.

Any errors encountered during the query processing will be printed to standard output.

Syntax

errors

Examples

Use the whoami to respond to queries and Log errors to standard output.

. {
    whoami
    errors
}