coredns/middleware/errors
2017-07-24 08:24:53 -07:00
..
errors.go middleware/{log,errors}: output everything to stdout (#684) 2017-05-31 20:28:53 +01:00
errors_test.go middleware/{log,errors}: output everything to stdout (#684) 2017-05-31 20:28:53 +01:00
README.md Fix all READMEs and some other fluff (#788) 2017-07-24 08:24:53 -07:00
setup.go middleware/{log,errors}: output everything to stdout (#684) 2017-05-31 20:28:53 +01:00
setup_test.go middleware/{log,errors}: output everything to stdout (#684) 2017-05-31 20:28:53 +01:00

errors

errors enables error logging.

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

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